Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Konev committed Dec 6, 2018
1 parent 1119361 commit 70ac447
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 3.1.0 (2018-12-06)

* chore: update changelog ([1119361](https://github.com/auru/unity-api/commit/1119361))
* chore: update changelog ([f8a68a4](https://github.com/auru/unity-api/commit/f8a68a4))
* chore: update package-lock file ([43d4d97](https://github.com/auru/unity-api/commit/43d4d97))
* feat(APIError): try to parse json content in body field ([bff075e](https://github.com/auru/unity-api/commit/bff075e))
* feat(fetch): add cancel callback and return only response-like object ([a473860](https://github.com/auru/unity-api/commit/a473860))
* feat(fetch): fix tests and readme ([72b4e8d](https://github.com/auru/unity-api/commit/72b4e8d))
* fix(ApiCall): fix AbortSignal support ([5c5bd73](https://github.com/auru/unity-api/commit/5c5bd73))
* fix(fetch): fix issues ([5fcb6e2](https://github.com/auru/unity-api/commit/5fcb6e2))



## <small>3.0.1 (2018-12-06)</small>

* feat(fetch): add cancel callback and return only response-like object ([a473860](https://github.com/auru/unity-api/commit/a473860))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unity-api",
"version": "3.0.1",
"version": "3.1.0",
"description": "REST-API helper, wrapped around fetch.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 70ac447

Please sign in to comment.