We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7e9e0 commit 283af61Copy full SHA for 283af61
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## 0.22.2 (2017-03-31)
2
+
3
+### Features
4
+- Add url signing function to cloud (#165)
5
6
+### Bug Fixes
7
+- Fix request object's action only replace first `:` to `/`
8
+- Put content type from server to asset objec
9
10
+### Other Notes
11
+- Add documentation on container pubsub on/off (#177)
12
13
14
## 0.22.1 (2017-02-15)
15
16
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "skygear",
- "version": "0.22.1",
+ "version": "0.22.2",
"description": "JS SDK of Skygear services",
"homepage": "https://github.com/SkygearIO/skygear-SDK-JS",
"repository": {
0 commit comments