diff --git a/CHANGELOG.md b/CHANGELOG.md index e0608defa..191f62ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/compare/v1.1.2...v1.1.3) (2020-03-06) + + +### Bug Fixes + +* ESLint config issue ([c9d3cfd](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/c9d3cfdcaeed7073a7ccf72055864328f4f6e2bd)) +* references to package.json ([f8b30e8](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/commit/f8b30e8e0a456c5c69d5017a359d3352f00782cc)), closes [#249](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/issues/249) + ## [1.1.2](https://github.com/ScaleLeap/amazon-advertising-api-nodejs-sdk-2/compare/v1.1.1...v1.1.2) (2020-03-05) diff --git a/package-lock.json b/package-lock.json index b0d2a3141..1836e7f2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "amazon-advertising-api-sdk", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c7fcd588..47485afe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amazon-advertising-api-sdk", - "version": "1.1.2", + "version": "1.1.3", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",