Skip to content

Commit

Permalink
chore(release): 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Jan 5, 2022
1 parent 9ca32cf commit a8b3406
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
### [5.2.1](https://github.com/hendt/ebay-api/compare/v5.2.0...v5.2.1) (2022-01-05)


### Bug Fixes

* allow fieldGroups in fulfillment.getOrders call ([6da3fd0](https://github.com/hendt/ebay-api/commit/6da3fd0f8496bac45994914f4f7d9a16fcc18997))
* commerce.translations oas test ([c80f1af](https://github.com/hendt/ebay-api/commit/c80f1afd59d2f3cd534ff6976f779f7574676da3))

## [5.2.0](https://github.com/hendt/ebay-api/compare/v5.1.1...v5.2.0) (2021-12-17)


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

## Changelog

* `v5.2.0` is the latest release.
* `v5.2.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": "@hendt/ebay-api",
"author": "Daniil Tomilow",
"version": "5.2.0",
"version": "5.2.1",
"description": "eBay TypeScript/JavaScript API for Node and Browser",
"browser": "./lib/ebay-api.min.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit a8b3406

Please sign in to comment.