Skip to content

Commit 6f27ca2

Browse files
committed
chore(release): v3.7.1
1 parent 4314a19 commit 6f27ca2

File tree

4 files changed

+12
-4
lines changed

4 files changed

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

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
## 3.7.1 (2018-05-31)
2+
3+
### Bug fixes
4+
5+
* 更新了排行榜使用的 Rest API 路径。
6+
* 增加了遗漏的 `AV.Leaderboard#destroy` 方法。
7+
* 修复了将一个通过 `AV.File.withURL` 方法创建的文件保存为一个对象的属性时,文件被错误地保存为 `null` 的问题。
8+
19
# 3.7.0 (2018-05-25)
210

311
### Features
412

5-
* 新功能:排行版`AV.Leaderboard`
13+
* 新功能:排行榜`AV.Leaderboard`
614
* [使用文档](https://url.leanapp.cn/leaderboard-js)
715
* [API 文档](https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html)
816
* [Demo](https://leancloud.github.io/javascript-sdk/demo/leaderboard/)

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

0 commit comments

Comments
 (0)