Skip to content

Commit 08962bb

Browse files
committed
chore(release): v4.8.0
1 parent 54400cc commit 08962bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Master
1+
# 4.8.0
22

33
### Features
44

5-
- 好友
5+
- 添加 `AV.Friendship` 以支持好友所需的各项功能。
66
- 添加 `AV.User#getFollowersAndFollowees` 方法用于查询指定用户的 followers 和 followees 。
77

88
### 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.7.0",
3+
"version": "4.8.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.7.0';
1+
module.exports = '4.8.0';

0 commit comments

Comments
 (0)