Skip to content

Commit

Permalink
chore(release): 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Feb 9, 2024
1 parent bd20570 commit ad172a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# eBay API Changelog
### [8.7.1](https://github.com/hendt/ebay-api/compare/v8.7.0...v8.7.1) (2024-02-09)


### Bug Fixes

* export commerce media ([bd20570](https://github.com/hendt/ebay-api/commit/bd205704a33f4c9804f897c277e4da81d69afe87))

## [8.7.0](https://github.com/hendt/ebay-api/compare/v8.6.1...v8.7.0) (2024-02-05)


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

0 comments on commit ad172a5

Please sign in to comment.