Skip to content

Commit

Permalink
chore(release): 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Oct 12, 2021
1 parent 8f30eed commit 19495ca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# eBay API Changelog
### [4.0.2](https://github.com/hendt/ebay-api/compare/v4.0.1...v4.0.2) (2021-10-12)


### Bug Fixes

* **traditional:** only return api error if Ack is Failure [#93](https://github.com/hendt/ebay-api/issues/93) ([8f30eed](https://github.com/hendt/ebay-api/commit/8f30eed8f9c77d9516f382b4eb67d77ac3b95afc))
* **types:** make legacyReference in RefundItem optional ([5aa2e9e](https://github.com/hendt/ebay-api/commit/5aa2e9ed8e8315230205833441cf92d1aed2c244))

### [4.0.1](https://github.com/hendt/ebay-api/compare/v4.0.0...v4.0.1) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A

## Changelog

* `v4.0.1` is the latest release.
* `v4.0.2` is the latest release.
* See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.

## Implementation status
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@hendt/ebay-api",
"author": "Daniil Tomilow",
"version": "4.0.1",
"version": "4.0.2",
"description": "eBay TypeScript/JavaScript API for Node and Browser",
"browser": "./lib/ebay-api.min.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit 19495ca

Please sign in to comment.