diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bcd93f..1a40d530 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. +# [16.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v15.1.0...v16.0.0) (2022-08-23) + + +### Features + +* add marketplace support ([#523](https://github.com/ScaleLeap/amazon-marketplaces/issues/523)) ([345ce7b](https://github.com/ScaleLeap/amazon-marketplaces/commit/345ce7b02054068049ac564b83b6fee2a5281457)) + + +### BREAKING CHANGES + +* Adds Belgium + # [15.1.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v15.0.0...v15.1.0) (2022-08-03) diff --git a/package-lock.json b/package-lock.json index 3099b45b..e5f0ceb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "15.1.0", + "version": "16.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a9f755f..b1b84973 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/ScaleLeap/amazon-marketplaces/issues" }, - "version": "15.1.0", + "version": "16.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",