diff --git a/CHANGELOG.md b/CHANGELOG.md index 1daa8a2f9..cb2198443 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.25.7](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.25.6...v1.25.7) (2020-06-16) + + +### Bug Fixes + +* **deps:** update dependency io-ts to v2.2.6 ([1cc450a](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/1cc450a26c677c0790874e36819424a686e1a491)) + ## [1.25.6](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.25.5...v1.25.6) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index 1d7cdc75e..2b42a9523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.25.6", + "version": "1.25.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0c776e8e..51fc87d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.25.6", + "version": "1.25.7", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",