Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.0...v2.0.0) (2020-02-27)

### Code Refactoring

* uses AmazonMarketplaceAdvertisingCountryCode enum ([f51edb2](f51edb2))
* uses AmazonMarketplaceAdvertisingCurrency enum ([7cdcaa6](7cdcaa6))

### BREAKING CHANGES

* Uses AmazonMarketplaceAdvertisingCurrency enum.
* Using AmazonMarketplaceAdvertisingCountryCode instead of string.
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Feb 27, 2020
1 parent 2eb762f commit 2bbcd02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v1.5.0...v2.0.0) (2020-02-27)


### Code Refactoring

* uses AmazonMarketplaceAdvertisingCountryCode enum ([f51edb2](https://github.com/ScaleLeap/amazon-marketplaces/commit/f51edb281fbf19b31589e3b81745304f7a0ce128))
* uses AmazonMarketplaceAdvertisingCurrency enum ([7cdcaa6](https://github.com/ScaleLeap/amazon-marketplaces/commit/7cdcaa6be8cfd253d9c6bdd6949803a672cbcd88))


### BREAKING CHANGES

* Uses AmazonMarketplaceAdvertisingCurrency enum.
* Using AmazonMarketplaceAdvertisingCountryCode instead of string.

# [1.5.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v1.4.0...v1.5.0) (2020-02-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleleap/amazon-marketplaces",
"version": "1.5.0",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2bbcd02

Please sign in to comment.