Skip to content

Commit 0e9bd11

Browse files
committed
1.1.0
1 parent 7365a02 commit 0e9bd11

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.1.0"></a>
2+
# 1.1.0 (2017-03-15)
3+
4+
* perf(fetch): add content body, when throw Error ([7365a02](https://github.com/auru/unity-api/commit/7365a02))
5+
* chore(package): update babel-polyfill to version 6.23.0 (#16) ([9aa1a4e](https://github.com/auru/unity-api/commit/9aa1a4e))
6+
* feat: shortcuts for HTTP methods (#15) ([ec4a8d1](https://github.com/auru/unity-api/commit/ec4a8d1))
7+
* test: fix tests descriptions ([57c0dcc](https://github.com/auru/unity-api/commit/57c0dcc))
8+
* test: use t.context for shared vars ([4a10e03](https://github.com/auru/unity-api/commit/4a10e03))
9+
10+
11+
112
<a name="1.0.5"></a>
213
## 1.0.5 (2017-02-08)
314

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

0 commit comments

Comments
 (0)