Skip to content

Commit 59dc929

Browse files
author
Anton Konev
committed
2.2.0
1 parent a1a4362 commit 59dc929

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.2.0 (2018-07-12)
2+
3+
* chore: remove package-lock.json ([77f69d2](https://github.com/auru/unity-api/commit/77f69d2))
4+
* chore: remove yarn.lock and unused nodes from travis ([88c84b6](https://github.com/auru/unity-api/commit/88c84b6))
5+
* chore: set node engine >= 8.10.0 ([900039c](https://github.com/auru/unity-api/commit/900039c))
6+
* chore: update supported node to 8 more ([bd6194c](https://github.com/auru/unity-api/commit/bd6194c))
7+
* test(callAPIMethod): add tests for error response with fullResponse flag ([b4a54ee](https://github.com/auru/unity-api/commit/b4a54ee))
8+
* fix: pass body to APIError ([85c413a](https://github.com/auru/unity-api/commit/85c413a))
9+
* feat(response): add configuration to return only body or full response ([120efdd](https://github.com/auru/unity-api/commit/120efdd))
10+
11+
12+
113
<a name="2.1.0"></a>
214
# 2.1.0 (2017-10-23)
315

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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "REST-API helper, wrapped around fetch.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)