Skip to content

Commit 0afc913

Browse files
committed
chore(release): 7.0.0
1 parent 9c90bfa commit 0afc913

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# eBay API Changelog
2+
## [7.0.0](https://github.com/hendt/ebay-api/compare/v6.2.0...v7.0.0) (2022-03-18)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* add "returnResponse" config for API. If set to true, return the response instead of data.
8+
9+
### Features
10+
11+
* add "returnResponse" config for API. If set to true, return the response instead of data. ([41a8abb](https://github.com/hendt/ebay-api/commit/41a8abb8cba4723df143f840fc7d9d40f6e16577))
12+
13+
14+
### Bug Fixes
15+
16+
* fromEnv() make EBAY_DEV_ID optional ([9c90bfa](https://github.com/hendt/ebay-api/commit/9c90bfa9d6a19fe09a397d8c847a6831809d8899))
17+
218
## [6.2.0](https://github.com/hendt/ebay-api/compare/v6.1.0...v6.2.0) (2022-03-06)
319

420

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A
1414

1515
## Changelog
1616

17-
* `v6.2.0` is the latest release.
17+
* `v7.0.0` is the latest release.
1818
* See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.
1919

2020
## Implementation status

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ebay-api",
33
"author": "Daniil Tomilow",
4-
"version": "6.2.0",
4+
"version": "7.0.0",
55
"description": "eBay TypeScript/JavaScript API for Node and Browser",
66
"browser": "./lib/ebay-api.min.js",
77
"main": "./lib/index.js",

0 commit comments

Comments
 (0)