Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-07-10)

### Bug Fixes

* fix api-extrator issues ([0db5be3](0db5be3))
* fix GetLastUpdatedTimeForRecommendations sometimes return blank ([32ad730](32ad730))

### Features

* create listRecommendations, add enum mock to unit test ([458df2a](458df2a))
* init recommendations ([00cdc9a](00cdc9a))
* init recommendations ([f7bd758](f7bd758))
* made getLastUpdatedTimeForRecommendations ([c33b71c](c33b71c))
* made listRecommendationByNextToken ([f1f79a7](f1f79a7))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Jul 10, 2020
1 parent 3208ff8 commit 5993091
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.3.0...v1.4.0) (2020-07-10)


### Bug Fixes

* fix api-extrator issues ([0db5be3](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/0db5be3c05fb62b31a153fb3fb09d6d4c85d0e59))
* fix GetLastUpdatedTimeForRecommendations sometimes return blank ([32ad730](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/32ad7303cd211079b27c5ff55ad5db7d9f72d7fb))


### Features

* create listRecommendations, add enum mock to unit test ([458df2a](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/458df2ac7a3ac9cd3430f133531d46be6b09e070))
* init recommendations ([00cdc9a](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/00cdc9afc83b7ed7649fb415862da0b23ee08138))
* init recommendations ([f7bd758](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/f7bd7583157c9dac6a6b2dd82c1478784dea3aca))
* made getLastUpdatedTimeForRecommendations ([c33b71c](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/c33b71ced2dda3627fe31002d1ea5a7497ee56fe))
* made listRecommendationByNextToken ([f1f79a7](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/f1f79a7c79a086eed043fd7d80664436a7453088))

# [1.3.0](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.2.0...v1.3.0) (2020-07-08)


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
Expand Up @@ -19,7 +19,7 @@
}
],
"homepage": "https://github.com/ScaleLeap/amazon-mws-api-sdk/#readme",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"files": [
"/lib"
Expand Down

0 comments on commit 5993091

Please sign in to comment.