Skip to content

Commit 6940bc9

Browse files
committed
chore(release): v3.11.0-beta.0
1 parent 2ff5c99 commit 6940bc9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.10.0",
3+
"version": "3.11.0-beta.0",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": ["LeanCloud <[email protected]>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 3.11.0-beta.0 (2018-08-13)
2+
3+
### Features
4+
5+
* 增加了 `AV.LiveQuery.pause``AV.LiveQuery.resume` 方法。这两个方法可以用于在网络变化或者应用切换后台时主动通知 SDK 断开/恢复 LiveQuery 的连接。
6+
7+
### Bug fixes
8+
9+
* 修复了 `AV.File#save` 方法参数不尊重 AuthOptions 类型参数的问题。
10+
111
# 3.10.0 (2018-08-03)
212

313
### Features

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

0 commit comments

Comments
 (0)