diff --git a/CHANGELOG.md b/CHANGELOG.md index e5545141..4b002fea 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. +# [17.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v16.1.0...v17.0.0) (2022-10-28) + + +### Continuous Integration + +* trigger release ([#541](https://github.com/ScaleLeap/amazon-marketplaces/issues/541)) ([c06dab1](https://github.com/ScaleLeap/amazon-marketplaces/commit/c06dab14e9222ae909c41ae12eb70ab1a71a52e4)) + + +### BREAKING CHANGES + +* add Saudi Arabia to Selling Partner (#540) + # [16.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v16.0.0...v16.1.0) (2022-10-24) diff --git a/package-lock.json b/package-lock.json index d594d671..cda63f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "16.1.0", + "version": "17.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b9bf51d..a2c9e866 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "16.1.0", + "version": "17.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",