Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Mar 18, 2022
1 parent 9c90bfa commit 0afc913
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# eBay API Changelog
## [7.0.0](https://github.com/hendt/ebay-api/compare/v6.2.0...v7.0.0) (2022-03-18)


### ⚠ BREAKING CHANGES

* add "returnResponse" config for API. If set to true, return the response instead of data.

### Features

* add "returnResponse" config for API. If set to true, return the response instead of data. ([41a8abb](https://github.com/hendt/ebay-api/commit/41a8abb8cba4723df143f840fc7d9d40f6e16577))


### Bug Fixes

* fromEnv() make EBAY_DEV_ID optional ([9c90bfa](https://github.com/hendt/ebay-api/commit/9c90bfa9d6a19fe09a397d8c847a6831809d8899))

## [6.2.0](https://github.com/hendt/ebay-api/compare/v6.1.0...v6.2.0) (2022-03-06)


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

* `v6.2.0` is the latest release.
* `v7.0.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": "6.2.0",
"version": "7.0.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 0afc913

Please sign in to comment.