Skip to content

Commit 100447b

Browse files
committed
Update CHANGELOG for v0.23.0
1 parent c3ff802 commit 100447b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.23.0 (2017-04-20)
2+
3+
### Features
4+
- Add pubsub.once helper function
5+
- Accept arguments to create profile when creating user
6+
(SkygearIO/skygear-server#54)
7+
- Move default ACL to server side (SkygearIO/skygear-server#309)
8+
- Add an function to return user-readable error message
9+
10+
### Bug Fixes
11+
- Fix unable to parse boolean value from envvar (#194)
12+
- Fix shared user between containers (#186)
13+
- Fix auth provider not binding when calling `handleAction`
14+
15+
### Other Notes
16+
- Fix esdoc generation
17+
18+
119
## 0.22.2 (2017-03-31)
220

321
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skygear",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"description": "JS SDK of Skygear services",
55
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
66
"repository": {

0 commit comments

Comments
 (0)