Skip to content

Commit 5f24e87

Browse files
committed
updated version to 0.4.8 and changelog
1 parent 3eeff01 commit 5f24e87

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.8 日期: 2015 年 2 月 26 日
2+
* 拆分 sdk,按照模块划分成多个文件。
3+
* 使用 gulp 构建 sdk,清理代码。
4+
* 修复事件流无法发送带有 `AV.File``AV.Object` 等类型的 Status。
5+
* 修复 node.js 环境下上传文件没有扩展名的 Bug。
6+
17
# 0.4.7 日期: 2015 年 1 月 23 日
28
* 修复页面跳转更新 user 导致 current user 属性丢失的 Bug。
39
* 增加 `AV.User.updatePassword` 方法,根据老密码修改成新密码。

lib/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* AVOSCloud JavaScript SDK
3-
* Version: 0.4.7
3+
* Version: 0.4.8
44
* Built: Mon Jun 03 2013 13:45:00
55
* https://leancloud.cn
66
*

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(function(root) {
22
root.AV = root.AV || {};
3-
root.AV.VERSION = "js0.4.7";
3+
root.AV.VERSION = "js0.4.8";
44
}(this));

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.4.7",
3+
"version": "0.4.8",
44
"main": "./lib/av.js",
55
"description": "AVOSCloud JavaScript SDK.",
66
"repository": {

0 commit comments

Comments
 (0)