Skip to content

Commit

Permalink
Update CHANGELOG for v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Sep 2, 2016
1 parent b31e4ec commit 946111a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.16.0 (2016-09-02)

### Features

- Support new asset upload mechanism (SkygearIO/skygear-server#107)
- Add `whoami` API for querying and update currentUser from server (SkygearIO/skygear-server#111)

### Bug Fixes

- `skygear.saveUser` do not clear roles by default (#56)
- Enable to handle relative asset POST path

### Other Notes

- Add github issue template

## 0.15.0 (2016-08-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skygear",
"version": "0.15.0",
"version": "0.16.0",
"description": "JS SDK of Skygear services",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
Expand Down

0 comments on commit 946111a

Please sign in to comment.