Skip to content

Commit e45aaf4

Browse files
committed
chore(release): v4.11.0
1 parent 6cbbbaa commit e45aaf4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 4.11.0(2021-06-09)
2+
3+
### Features
4+
5+
- 支持向华北节点保存大于 1GB 的文件。
6+
7+
### Bug Fixes
8+
9+
- 使用 `AV.init` 初始化 SDK 时,若未提供 `production` 参数,不再将目标环境重置为生产环境。
10+
111
## 4.10.1(2021-03-18)
212

313
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.10.1",
3+
"version": "4.11.0",
44
"main": "./dist/node/entry/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 = '4.10.1';
1+
module.exports = '4.11.0';

0 commit comments

Comments
 (0)