Skip to content

Commit 526d67f

Browse files
committed
chore(package): release v3.6.0
1 parent 92e3fa2 commit 526d67f

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

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 3.6.0 (2018-02-05)
2+
3+
### Features
4+
- 第三方登录支持使用微信 unionId + openId 登录。
5+
- 支持全局设置请求超时时间: `AV.setRequestTimeout(ms);`,超时后 SDK 会抛出 `ECONNABORTED` 异常。
6+
7+
### Bug Fixes
8+
- 修复了一个微信小游戏环境中的异常。
9+
10+
111
# 3.5.0 (2018-01-10)
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.5.0",
3+
"version": "3.6.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.5.0';
1+
module.exports = '3.6.0';

0 commit comments

Comments
 (0)