From 7d8948d67ce780ab8e8e6c44fa25b6c473baecad Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Sat, 19 Dec 2020 12:32:22 +0000 Subject: [PATCH] chore(release): 9.0.0 [skip ci] # [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 --- 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 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",