Skip to content

Commit fcc42aa

Browse files
committed
chore(release): v2.1.4
1 parent 502f23d commit fcc42aa

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.3",
3+
"version": "2.1.4",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <[email protected]>"

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 2.1.3 (2017-3-13)
1+
## 2.1.4 (2017-03-27)
2+
### Bug Fixes
3+
* 如果在创建 `Role` 时不指定 `acl` 参数,SDK 会自动为其设置一个「默认 acl」,这导致了通过 Query 得到或使用 `Object.createWithoutData` 方法得到 `Role` 也会被意外的设置 acl。这个版本修复了这个问题。
4+
* 修复了在 React Native for Android 中使用 blob 方式上传文件失败的问题
5+
6+
## 2.1.3 (2017-03-13)
7+
### Bug Fixes
28
* 修复了调用 `User#refreshSessionToken` 刷新用户的 sessionToken 后本地存储中的用户没有更新的问题
39
* 修复了初始化可能会造成 disableCurrentUser 配置失效的问题
410
* 修复了 `Query#destroyAll` 方法 `options` 参数无效的问题

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.3",
3+
"version": "2.1.4",
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.3';
1+
module.exports = '2.1.4';

0 commit comments

Comments
 (0)