Skip to content

Commit 0d585bb

Browse files
committed
chore(release): v3.1.1
1 parent a80765e commit 0d585bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.1.1 (2017-08-23)
2+
3+
### Bug fixes
4+
- 修复了 SDK 在 iOS9 中抛 `Attempting to change value of a readonly property` 异常的问题。
5+
- 修复了在某些 ACL 设置下,`AV.User.become` 方法会被拒绝的问题。
6+
- 修复了使用 `new AV.User(data, { parse: true })` 方式构造的 User 没有数据的问题。
7+
18
# 3.1.0 (2017-08-09)
29
### Bug Fixes
310
- 修复了在某些运行环境中使用 LiveQuery 或 Captcha 功能时可能会出现 `Object.assign` 不存在的问题。

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

0 commit comments

Comments
 (0)