Skip to content

Commit 99dbfc5

Browse files
committed
chore(release): v3.11.1
1 parent e0ea3fc commit 99dbfc5

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.11.1 (2018-12-26)
2+
3+
### Bug fixes
4+
5+
* 修复了在初始化时设置了 serverURLs,但仍然会使用缓存的默认配置的问题。
6+
* 修复了 `AV.Object#clone``AV.Error` 的 TypeScript 定义中问题。
7+
18
# 3.11.0 (2018-11-08)
29

310
### 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.11.0",
3+
"version": "3.11.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.11.0';
1+
module.exports = '3.11.1';

0 commit comments

Comments
 (0)