Skip to content

Commit d7b8ed9

Browse files
committed
chore(release): v3.10.0
1 parent a28f973 commit d7b8ed9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

bower.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": "3.9.0",
3+
"version": "3.10.0",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": ["LeanCloud <[email protected]>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.10.0 (2018-08-03)
2+
3+
### Features
4+
5+
* `AV.Leaderboard#getResultsAroundUser` 方法增加了 `user` 参数支持获取指定用户附近的排名结果。
6+
7+
### Bug fixes
8+
9+
* 修复了文件上传进度回调会错误地在上传结束后报告 `direction``'download'` 的事件的问题。
10+
* 修复了 TypeScript 定义中与第三方登录相关的多处错误。
11+
112
# 3.9.0 (2018-07-19)
213

314
### Features

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": "3.9.0",
3+
"version": "3.10.0",
44
"main": "./dist/node/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 = '3.9.0';
1+
module.exports = '3.10.0';

0 commit comments

Comments
 (0)