Skip to content

Commit 81046ab

Browse files
committed
2.0.1
1 parent 15c3065 commit 81046ab

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="2.0.1"></a>
2+
## 2.0.1 (2017-03-29)
3+
4+
* fix(callAPIMethod): bug ff & safari (#26) ([15c3065](https://github.com/auru/unity-api/commit/15c3065))
5+
* feat(fetch): `headers` and `body` fetch options shortcuts ([0d946d1](https://github.com/auru/unity-api/commit/0d946d1))
6+
* 2.0.0 ([4f0ffda](https://github.com/auru/unity-api/commit/4f0ffda))
7+
* revert(version): 1.1.0 ([b722313](https://github.com/auru/unity-api/commit/b722313))
8+
* chore(package): update sinon to version 2.0.0 ([c25bc8c](https://github.com/auru/unity-api/commit/c25bc8c))
9+
10+
11+
112
<a name="2.0.0"></a>
213
# 2.0.0 (2017-03-15)
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "REST-API helper, wrapped around fetch.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)