Skip to content

Commit 5cd8faf

Browse files
committed
1.0.4
1 parent 0dd1cab commit 5cd8faf

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+
<a name="1.0.4"></a>
2+
## 1.0.4 (2016-11-21)
3+
4+
* chore(package): update eslint-plugin-ava to version 4.0.0 ([906eb0c](https://github.com/auru/unity-api/commit/906eb0c))
5+
* chore(package): update nyc to version 9.0.1 ([3595dae](https://github.com/auru/unity-api/commit/3595dae))
6+
* chore(release): do not try to auto-commit before release ([0dd1cab](https://github.com/auru/unity-api/commit/0dd1cab))
7+
* fix: allow for absolute api namespaces ([e1c79dd](https://github.com/auru/unity-api/commit/e1c79dd))
8+
* ci(coverage): added coveralls.io support ([e76d073](https://github.com/auru/unity-api/commit/e76d073))
9+
* ci(travis): added target platforms & more ([c9309d8](https://github.com/auru/unity-api/commit/c9309d8))
10+
11+
12+
113
<a name="1.0.3"></a>
214
## 1.0.3 (2016-11-02)
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": "1.0.3",
3+
"version": "1.0.4",
44
"description": "REST-API helper, wrapped around fetch.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)