Skip to content

Commit 5dd99fc

Browse files
committed
chore(release): v2.1.3
1 parent 2125d30 commit 5dd99fc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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-storage",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <support@leancloud.rocks>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.3 (2017-3-13)
2+
* 修复了调用 `User#refreshSessionToken` 刷新用户的 sessionToken 后本地存储中的用户没有更新的问题
3+
* 修复了初始化可能会造成 disableCurrentUser 配置失效的问题
4+
* 修复了 `Query#destroyAll` 方法 `options` 参数无效的问题
5+
16
## 2.1.2 (2017-02-17)
27
### Bug Fixes
38
* 修复了文件上传时,如果 `fileName` 没有指定扩展名会导致上传文件 `mime-type` 不符合预期的问题

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '2.1.2';
1+
module.exports = '2.1.3';

0 commit comments

Comments
 (0)