Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Jun 1, 2020
1 parent cf93a47 commit ce3e78a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# eBay API Changelog
### [1.1.2](https://github.com/hendt/ebay-api/compare/v1.1.1...v1.1.2) (2020-06-01)


### Bug Fixes

* fix wrong class name ([cf93a47](https://github.com/hendt/ebay-api/commit/cf93a476ecf74445e76893287ee2e31e9926faf0))

### [1.1.1](https://github.com/hendt/ebay-api/compare/v1.1.0...v1.1.1) (2020-05-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This API implements both Traditional \(xml\) and the RESTful eBay API. It suppor

## Changelog

- `v1.1.1` is the latest release.
- `v1.1.2` is the latest release.
- See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.

## Implementation status
Expand Down
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": "1.1.1",
"version": "1.1.2",
"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 ce3e78a

Please sign in to comment.