diff --git a/CHANGELOG.md b/CHANGELOG.md index 981557f2d..21d3ff84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.30.17...v2.0.0) (2021-02-01) + + +### Bug Fixes + +* remove unsupported sb report types ([c587ba5](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/c587ba5718accbfab7a22275a0cd9866745460ad)) + + +### BREAKING CHANGES + +* remove headlineSearch and searchTerms sb report type + ## [1.30.17](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v1.30.16...v1.30.17) (2021-01-15) diff --git a/package-lock.json b/package-lock.json index 97538f044..a09bc4645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.30.17", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 96fc999b3..cb202ec47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "1.30.17", + "version": "2.0.0", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",