Skip to content

Commit a2c1655

Browse files
committed
chore(release): v4.13.2
1 parent bb7452f commit a2c1655

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.13.2(2022-08-23)
2+
3+
### Bug Fixes
4+
5+
- 修复异步 storage 平台上无法使用 AV.Friendship 的问题。
6+
17
## 4.13.1(2022-07-15)
28

39
### Internal Changes

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.13.1",
3+
"version": "4.13.2",
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.13.1';
1+
module.exports = '4.13.2';

0 commit comments

Comments
 (0)