Skip to content

Commit db75945

Browse files
committed
Updated version and changelog
1 parent f34cbc0 commit db75945

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-jssdk.js",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"killme2008 <[email protected]>"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.5 日期:2015 年 6 月 29 日
2+
* AV.Promise 启用兼容 Promise+ 模式。
3+
* 增加 AV.BigQuery 相关 API 用于发起离线分析和查询结果等。
4+
* 修正 AV.Query 的 get 方法在遇到 undefined objectId 运行结果不符合预期的 Bug
5+
* 修复 AV.File 无法作为数组保存的 Bug。
6+
17
# 0.5.4 日期:2015 年 5 月 14 日
28
* 紧急修复 localStorage 模块大小写名称错误。
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avoscloud-sdk",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"main": "./dist/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)