diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5e0870..ccd9617b 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. +# [9.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v8.0.0...v9.0.0) (2020-12-19) + + +### Features + +* adds Brazil support for advertising ([a338bdb](https://github.com/ScaleLeap/amazon-marketplaces/commit/a338bdb894d5f8f3d34618fc4278f0adaba5a8af)) + + +### BREAKING CHANGES + +* adds Brazil support for advertising + # [8.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v7.0.0...v8.0.0) (2020-12-18) diff --git a/package-lock.json b/package-lock.json index 4512a3ce..17effd1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "8.0.0", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fae700fd..77d7a3a5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://www.scaleleap.com/" }, "homepage": "https://github.com/ScaleLeap/amazon-marketplaces#readme", - "version": "8.0.0", + "version": "9.0.0", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",