Skip to content

Commit

Permalink
chore(release): 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Sep 28, 2023
1 parent dd4b71d commit 15ed524
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
### [8.5.1](https://github.com/hendt/ebay-api/compare/v8.5.0...v8.5.1) (2023-09-28)


### Bug Fixes

* handle invalid token in Shopping API ([98b0aeb](https://github.com/hendt/ebay-api/commit/98b0aebbad99d29bf37205aba3561810eb2cbd27))
* Locale that is used for 'accept-language' and 'content-language' was mixed with LocaleEnum that should be used in Inventory API ([dd4b71d](https://github.com/hendt/ebay-api/commit/dd4b71d5c1683a552e7c4ba9f7101fc8905cf96c)), closes [/community.ebay.com/t5/Post-Order-APIs-Return/error-when-posting-to-issue-refund-with-returnid/m-p/34000648#M14](https://github.com/hendt//community.ebay.com/t5/Post-Order-APIs-Return/error-when-posting-to-issue-refund-with-returnid/m-p/34000648/issues/M14)

## [8.5.0](https://github.com/hendt/ebay-api/compare/v8.4.1...v8.5.0) (2023-08-29)


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

## Changelog

* `v8.5.0` is the latest release.
* `v8.5.1` 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": "ebay-api",
"author": "Daniil Tomilow",
"version": "8.5.0",
"version": "8.5.1",
"description": "eBay API for Node and Browser",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 15ed524

Please sign in to comment.