Skip to content

Commit

Permalink
chore(release): 8.7.2-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Mar 29, 2024
1 parent 1d8410f commit b1557b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# eBay API Changelog
### [8.7.2-RC.0](https://github.com/hendt/ebay-api/compare/v8.7.1...v8.7.2-RC.0) (2024-03-29)


### Bug Fixes

* [#165](https://github.com/hendt/ebay-api/issues/165) allow string as Metric value ([f20f688](https://github.com/hendt/ebay-api/commit/f20f688701a8835c6aeb1fd7c570ae25053d1f83))
* refresh Auth token if it's hard expired ([1d8410f](https://github.com/hendt/ebay-api/commit/1d8410fc375d53b0305bd4ea63a64547a1e93cff))
* use same timestamp in digital signature ([20bc69a](https://github.com/hendt/ebay-api/commit/20bc69a2d65d8addde80a3996cd5bdf895f81760))

### [8.7.1](https://github.com/hendt/ebay-api/compare/v8.7.0...v8.7.1) (2024-02-09)


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.7.1` is the latest release.
* `v8.7.2-RC.0` 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.7.1",
"version": "8.7.2-RC.0",
"description": "eBay API for Node and Browser",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit b1557b3

Please sign in to comment.