Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2020-03-09)

### Bug Fixes

* adds countryCode to AmazonMarketplaceAdvertising ([d953e3a](d953e3a))

### Code Refactoring

* renames AmazonMarketplaceAdvertisingCountryCode ([85198cd](85198cd))

### BREAKING CHANGES

* Adds countryCode to AmazonMarketplaceAdvertising that is different from AmazonMarketplaceCountryCode enum.
Closes #122
* Renames AmazonMarketplaceAdvertisingCountryCode enum to AmazonMarketplaceCountryCode
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Mar 9, 2020
1 parent d953e3a commit ab9a725
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "2.0.0",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ab9a725

Please sign in to comment.