Skip to content

Commit 70ac447

Browse files
author
Anton Konev
committed
3.1.0
1 parent 1119361 commit 70ac447

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.1.0 (2018-12-06)
2+
3+
* chore: update changelog ([1119361](https://github.com/auru/unity-api/commit/1119361))
4+
* chore: update changelog ([f8a68a4](https://github.com/auru/unity-api/commit/f8a68a4))
5+
* chore: update package-lock file ([43d4d97](https://github.com/auru/unity-api/commit/43d4d97))
6+
* feat(APIError): try to parse json content in body field ([bff075e](https://github.com/auru/unity-api/commit/bff075e))
7+
* feat(fetch): add cancel callback and return only response-like object ([a473860](https://github.com/auru/unity-api/commit/a473860))
8+
* feat(fetch): fix tests and readme ([72b4e8d](https://github.com/auru/unity-api/commit/72b4e8d))
9+
* fix(ApiCall): fix AbortSignal support ([5c5bd73](https://github.com/auru/unity-api/commit/5c5bd73))
10+
* fix(fetch): fix issues ([5fcb6e2](https://github.com/auru/unity-api/commit/5fcb6e2))
11+
12+
13+
114
## <small>3.0.1 (2018-12-06)</small>
215

316
* feat(fetch): add cancel callback and return only response-like object ([a473860](https://github.com/auru/unity-api/commit/a473860))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-api",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "REST-API helper, wrapped around fetch.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)