diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b33967e5..9f5c2a389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.0.4...v3.1.0) (2021-02-13) + + +### Features + +* implement complete media method ([6d195f7](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/6d195f7aafc9112da70e3ad171cc6a4a7742518c)) +* implement create upload location method ([3f510bf](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/3f510bf209b1bb02163fa5c145054c1573e0ba23)) +* implement describeMedia method ([17d4ae5](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/17d4ae59270aa615ad912fc57490f177b880bf04)) +* implement types for create upload location method ([75c4014](https://github.com/ScaleLeap/amazon-advertising-api-sdk/commit/75c4014bb096b43b23370838d7382414aff3503c)) + ## [3.0.4](https://github.com/ScaleLeap/amazon-advertising-api-sdk/compare/v3.0.3...v3.0.4) (2021-02-11) diff --git a/package-lock.json b/package-lock.json index 13ec23853..902759b6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.0.4", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 136899c4c..08e9b45b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-advertising-api-sdk", - "version": "3.0.4", + "version": "3.1.0", "description": "Amazon Advertising API TypeScript and Node.js Unofficial SDK", "main": "lib/index.js", "types": "lib/index.d.ts",