From ab9a725610eb55ef6b6e871916d662a2c48b221a Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Mon, 9 Mar 2020 15:12:02 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v2.0.0...v3.0.0) (2020-03-09) ### Bug Fixes * adds countryCode to AmazonMarketplaceAdvertising ([d953e3a](https://github.com/ScaleLeap/amazon-marketplaces/commit/d953e3a4140469fd7561ec0a7295d74021b22f6f)) ### Code Refactoring * renames AmazonMarketplaceAdvertisingCountryCode ([85198cd](https://github.com/ScaleLeap/amazon-marketplaces/commit/85198cd93758046a6942f3604a83054ac82a3a64)) ### BREAKING CHANGES * Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. Closes https://github.com/ScaleLeap/amazon-marketplaces/issues/122 * Renames AmazonMarketplaceAdvertisingCountryCode enum to AmazonMarketplaceCountryCode --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc98cc4..0b2a2d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v2.0.0...v3.0.0) (2020-03-09) + + +### Bug Fixes + +* adds countryCode to AmazonMarketplaceAdvertising ([d953e3a](https://github.com/ScaleLeap/amazon-marketplaces/commit/d953e3a4140469fd7561ec0a7295d74021b22f6f)) + + +### Code Refactoring + +* renames AmazonMarketplaceAdvertisingCountryCode ([85198cd](https://github.com/ScaleLeap/amazon-marketplaces/commit/85198cd93758046a6942f3604a83054ac82a3a64)) + + +### BREAKING CHANGES + +* Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum. +Closes https://github.com/ScaleLeap/amazon-marketplaces/issues/122 +* Renames AmazonMarketplaceAdvertisingCountryCode enum to AmazonMarketplaceCountryCode + # [2.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v1.5.0...v2.0.0) (2020-02-27) diff --git a/package-lock.json b/package-lock.json index 5fef7ea1..1afae5f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5aa4729..dd45f259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/amazon-marketplaces", - "version": "2.0.0", + "version": "3.0.0", "publishConfig": { "access": "public" },