diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ead9b30..9b15d3c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.15.0...v1.15.1) (2020-04-16) + + +### Bug Fixes + +* **deps:** update dependency io-ts to v2.2.0 ([09837bc](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/09837bc4e87b61dad610fabb56446ee685ba7701)) + # [1.15.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.14.0...v1.15.0) (2020-04-06) diff --git a/package-lock.json b/package-lock.json index 1036ca96e..f3cddc255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.15.0", + "version": "1.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c8283b92..12f6e81d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.15.0", + "version": "1.15.1", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",