From 4caf8e01579330c34c7ce0adf8f7bc2cd5130a4e Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Fri, 28 Oct 2022 02:35:27 +0000 Subject: [PATCH] chore(release): 17.0.0 [skip ci] # [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) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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",