diff --git a/CHANGELOG.md b/CHANGELOG.md index c691462ba..9f34077e8 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.24.1](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.24.0...v1.24.1) (2020-05-21) + + +### Bug Fixes + +* **deps:** update dependency io-ts to v2.2.3 ([8eff1a7](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/8eff1a71ff2c1ca038b50436454583b2e55581a5)) + # [1.24.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.23.2...v1.24.0) (2020-05-17) diff --git a/package-lock.json b/package-lock.json index dadd213f2..c27874bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.24.0", + "version": "1.24.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 149a0f73a..de4a9cfa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.24.0", + "version": "1.24.1", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",