Skip to content

Commit

Permalink
chore(release): 4.0.0-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Aug 26, 2021
1 parent 2e8727a commit 577d740
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# eBay API Changelog
## [4.0.0-RC.0](https://github.com/hendt/ebay-api/compare/v3.3.3...v4.0.0-RC.0) (2021-08-26)


### ⚠ BREAKING CHANGES

* set per default to EBAY_US

### Features

* allow string in setCredentials() ([b17e300](https://github.com/hendt/ebay-api/commit/b17e300fd0710a45883890907152a77f5fefefd2))
* eps (WIP) ([6e7db5f](https://github.com/hendt/ebay-api/commit/6e7db5fa4431a9ce893d1622ccfd5c247153a901))
* upload picture to eps with working example ([2d6d46c](https://github.com/hendt/ebay-api/commit/2d6d46c8d653fe2488402d0f89c1181b082f8d5a))


### Bug Fixes

* eslint ([2e8727a](https://github.com/hendt/ebay-api/commit/2e8727aaa17622ccec187a2c4bd0199deb01e8ab))


* set per default to EBAY_US ([33b23de](https://github.com/hendt/ebay-api/commit/33b23de5d6af6dbacd2a5639480fa59c8a2215f9))

### [3.3.3](https://github.com/hendt/ebay-api/compare/v3.3.2...v3.3.3) (2021-08-26)


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

* `v3.3.3` is the latest release.
* `v4.0.0-RC.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": "@hendt/ebay-api",
"author": "Daniil Tomilow",
"version": "3.3.3",
"version": "4.0.0-RC.0",
"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 577d740

Please sign in to comment.