Skip to content

Commit

Permalink
chore(release): 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Oct 8, 2023
1 parent c3acbfb commit c8acb0f
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.6.0](https://github.com/hendt/ebay-api/compare/v8.5.1...v8.6.0) (2023-10-08)


### Features

* removeComments is true to reduce module size ([91725b4](https://github.com/hendt/ebay-api/commit/91725b42e3f333e90e9ef276aa247adcbd4e783c))
* update sell Marketing API v1.17.0 ([c3acbfb](https://github.com/hendt/ebay-api/commit/c3acbfb6b7666f44f88c8865ec4e2a72e2e6c4c2))

### [8.5.1](https://github.com/hendt/ebay-api/compare/v8.5.0...v8.5.1) (2023-09-28)


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

0 comments on commit c8acb0f

Please sign in to comment.