Skip to content

Commit ff64149

Browse files
committed
chore(release): v4.13.1
1 parent 284fcb8 commit ff64149

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 4.13.1(2022-07-15)
2+
3+
### Internal Changes
4+
5+
升级依赖
6+
7+
| package | from | to |
8+
| ------------------------------------ | ---------- | ---------- |
9+
| @leancloud/platform-adapters-browser | 1.5.2 | 1.5.3 |
10+
| @leancloud/platform-adapters-node | 1.5.2 | 1.5.3 |
11+
| @leancloud/platform-adapters-weapp | 1.6.1 | 1.6.2 |
12+
| leancloud-realtime | 5.0.0-rc.4 | 5.0.0-rc.7 |
13+
114
# 4.13.0(2022-07-12)
215

316
### Features

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

0 commit comments

Comments
 (0)