Skip to content

Commit 96dbcba

Browse files
committed
chore(release): v4.13.0
1 parent 89c17c8 commit 96dbcba

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.13.0(2022-07-12)
2+
3+
### Features
4+
5+
- 添加 `AV.File.censor``AV.File#censor` 方法用于发起文件审核请求(需要使用 masterKey)。
6+
7+
### Internal Changes
8+
9+
- 使用 babel@7 进行代码转义。
10+
- 使用 core-js@3 提供的 polyfills。
11+
112
## 4.12.3(2022-06-24)
213

314
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
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.12.3",
3+
"version": "4.13.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.12.3';
1+
module.exports = '4.13.0';

0 commit comments

Comments
 (0)