Skip to content

Commit

Permalink
chore(release): 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Aug 29, 2023
1 parent 2d3e748 commit 932d687
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# eBay API Changelog
## [8.5.0](https://github.com/hendt/ebay-api/compare/v8.4.1...v8.5.0) (2023-08-29)


### Features

* export request and param types ([adc6cce](https://github.com/hendt/ebay-api/commit/adc6ccec7240713cdc3f0290b7cac246a97a37fc))
* generate types with openai-typescript ([62d6178](https://github.com/hendt/ebay-api/commit/62d6178b1d41e4dd39467610377dac7acd941591))
* implement openai spec operations ([035e8c8](https://github.com/hendt/ebay-api/commit/035e8c86200cc512024c71e7e6eacced9859f765))
* improve more types ([fb170ae](https://github.com/hendt/ebay-api/commit/fb170ae96ff5e884d30c99da26328f54e6f7cb2b))
* use openai typedef in query too ([afdd9c6](https://github.com/hendt/ebay-api/commit/afdd9c6d099f61bfe053b75ee5ec2c0f71e3e5d2))


### Bug Fixes

* ignore openapi generated folder in tslint.json ([2d3e748](https://github.com/hendt/ebay-api/commit/2d3e748ad0ebe3214fd5b4aa617bae55133d24c4))
* traditional api types ([ac9cd61](https://github.com/hendt/ebay-api/commit/ac9cd6189faeb760e0d36a5f29827b1b0a8ffef0))

### [8.4.1](https://github.com/hendt/ebay-api/compare/v8.4.0...v8.4.1) (2023-05-25)

## [8.4.0](https://github.com/hendt/ebay-api/compare/v8.3.0...v8.4.0) (2023-01-27)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A

## Changelog

* `v8.4.1` is the latest release.
* `v8.5.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": "8.4.1",
"version": "8.5.0",
"description": "eBay API for Node and Browser",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 932d687

Please sign in to comment.