Skip to content

Commit

Permalink
chore(release): 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed May 25, 2023
1 parent a929146 commit ee70723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# eBay API Changelog
### [8.4.1](https://github.com/hendt/ebay-api/compare/v8.4.0...v8.4.1) (2023-05-25)

## [8.4.0](https://github.com/hendt/ebay-api/compare/v8.3.0...v8.4.0) (2023-01-27)


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

0 comments on commit ee70723

Please sign in to comment.