diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6e8a4f6..605d412f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.1.18](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.1.17...v3.1.18) (2021-06-22) + + +### Bug Fixes + +* updates campaign types edge case no strategy ([#789](https://github.com/ScaleLeap/amazon-advertising-api-sdk/issues/789)) ([076869f](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/076869f3d5983cd49c280d1e9afe2d2706be90ce)) + # Changelog All notable changes to this project will be documented in this file. diff --git a/package-lock.json b/package-lock.json index 097e0e225..6823e1402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.1.17", + "version": "3.1.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61f34f9f3..14d39a2b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.1.17", + "version": "3.1.18", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",