Skip to content

Commit

Permalink
chore(release): v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Jul 12, 2022
1 parent 89c17c8 commit 96dbcba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 4.13.0(2022-07-12)

### Features

- 添加 `AV.File.censor``AV.File#censor` 方法用于发起文件审核请求(需要使用 masterKey)。

### Internal Changes

- 使用 babel@7 进行代码转义。
- 使用 core-js@3 提供的 polyfills。

## 4.12.3(2022-06-24)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-storage",
"version": "4.12.3",
"version": "4.13.0",
"main": "./dist/node/entry/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.12.3';
module.exports = '4.13.0';

0 comments on commit 96dbcba

Please sign in to comment.