Skip to content

Commit 9bdcb38

Browse files
committed
1.0.5
1 parent 8acfd5d commit 9bdcb38

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="1.0.5"></a>
2+
## 1.0.5 (2017-02-08)
3+
4+
* test: added tests for createAPI ([652ec20](https://github.com/auru/unity-api/commit/652ec20))
5+
* test: added tests for utils and callAPIMethod ([323e95a](https://github.com/auru/unity-api/commit/323e95a))
6+
* test(applyMiddleware): added coverage ([71510ad](https://github.com/auru/unity-api/commit/71510ad))
7+
* chore(package): update ava to version 0.17.0 ([2cac815](https://github.com/auru/unity-api/commit/2cac815))
8+
* chore(package): update ava to version 0.18.1 ([222487f](https://github.com/auru/unity-api/commit/222487f))
9+
* chore(package): update babel-core to version 6.22.0 ([6a7736b](https://github.com/auru/unity-api/commit/6a7736b))
10+
* chore(package): update babel-polyfill to version 6.22.0 ([17db0b8](https://github.com/auru/unity-api/commit/17db0b8))
11+
* chore(package): update eslint to version 3.14.0 ([369e2a3](https://github.com/auru/unity-api/commit/369e2a3))
12+
* chore(package): update husky to version 0.12.0 ([265ce4e](https://github.com/auru/unity-api/commit/265ce4e))
13+
* chore(package): update husky to version 0.13.0 ([00eacb5](https://github.com/auru/unity-api/commit/00eacb5))
14+
* chore(package): update nyc to version 10.0.0 ([43ec440](https://github.com/auru/unity-api/commit/43ec440))
15+
* chore(package): update validate-commit-msg to version 2.10.1 ([58fb9d9](https://github.com/auru/unity-api/commit/58fb9d9))
16+
* chore(yarn): add yarn.lock file ([dc50e4a](https://github.com/auru/unity-api/commit/dc50e4a))
17+
* ci(node): added node v7 ([8e62cdd](https://github.com/auru/unity-api/commit/8e62cdd))
18+
* fix: URL as APINamespace ([485c0d2](https://github.com/auru/unity-api/commit/485c0d2))
19+
20+
21+
122
<a name="1.0.4"></a>
223
## 1.0.4 (2016-11-21)
324

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

0 commit comments

Comments
 (0)