Skip to content

Commit b88f4ea

Browse files
committed
chore(release): v4.15.2
1 parent 02ccd5c commit b88f4ea

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.15.2 (2023-10-11)
2+
3+
### Internal Changes
4+
5+
升级依赖
6+
7+
| package | from | to |
8+
| ---------------------------------- | ---------- | ---------- |
9+
| @leancloud/platform-adapters-weapp | 1.6.2 | 1.6.3 |
10+
| leancloud-realtime | 5.0.0-rc.7 | 5.0.0-rc.8 |
11+
112
## 4.15.1 (2023-09-25)
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.15.1",
3+
"version": "4.15.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.15.1';
1+
module.exports = '4.15.2';

0 commit comments

Comments
 (0)