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.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-07-08)

### Bug Fixes

* check both api vers ([2775650](2775650))
* fix api extractor issues ([167110a](167110a))
* fix api version ([edaf222](edaf222))
* make comment clearer ([56029b1](56029b1))
* make name of address different from MerchantFulfillment ([7e6afb9](7e6afb9))
* this is the correct API ver ([a455fbf](a455fbf))

### Features

* create GetFbaOutboundShipmentDetail ([f259195](f259195))
* init shipmentInvoicing ([c7f36ab](c7f36ab))
* make submitFbaOutboundShipmentInvoice ([a5541be](a5541be))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Jul 8, 2020
1 parent b29fc07 commit 105415e
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.

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


### Bug Fixes

* check both api vers ([2775650](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/27756500fe6e90a47415666bc46a46c8d2f8ccd2))
* fix api extractor issues ([167110a](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/167110a20490414a044415456c7a39723cfc287a))
* fix api version ([edaf222](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/edaf22205bf61edb308a4ff325bd4e8a33326a7d))
* make comment clearer ([56029b1](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/56029b1b194b406d0ef818267e16833a4517bf3a))
* make name of address different from MerchantFulfillment ([7e6afb9](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/7e6afb9e2e3656c35050c23de1ffd149d7b6a0a6))
* this is the correct API ver ([a455fbf](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/a455fbfa3a759a69c03b8b8671cbbfe303c16aa1))


### Features

* create GetFbaOutboundShipmentDetail ([f259195](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/f259195a53742ebbb619f2ec8858f3d5d2b5d651))
* init shipmentInvoicing ([c7f36ab](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/c7f36ab1eb320cb4687f41c0a59d306c47891a9d))
* make submitFbaOutboundShipmentInvoice ([a5541be](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/a5541bee71f733f5fe0e59db682b6668231bf5ef))

# [1.2.0](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.1.1...v1.2.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.2.0",
"version": "1.3.0",
"main": "lib/index.js",
"files": [
"/lib"
Expand Down

0 comments on commit 105415e

Please sign in to comment.