Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Jul 2, 2024
1 parent c2bff1e commit a0076fd
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
## [9.1.0](https://github.com/hendt/ebay-api/compare/v9.0.3...v9.1.0) (2024-07-02)


### Features

* add "firstError" in EBayApiError ([c2bff1e](https://github.com/hendt/ebay-api/commit/c2bff1ee5271d959282e0d86d6683dd541640fce))
* make xmlBuilderOptions configurable ([ce7f787](https://github.com/hendt/ebay-api/commit/ce7f787136b6756350c82aa9b40aff08b90739b4))

### [9.0.3](https://github.com/hendt/ebay-api/compare/v9.0.2...v9.0.3) (2024-06-27)


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

## Changelog

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

0 comments on commit a0076fd

Please sign in to comment.