Skip to content

Commit e691ae8

Browse files
committed
chore(release): v3.7.0
1 parent d8a9a45 commit e691ae8

File tree

4 files changed

+12
-5
lines changed

4 files changed

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

changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# 3.7.0-beta.0 (2018-05-09)
1+
# 3.7.0 (2018-05-25)
22

33
### Features
44

5-
* 新增排行版功能(`AV.Leaderboard`)。
5+
* 新功能:排行版(`AV.Leaderboard`
6+
* [使用文档](https://url.leanapp.cn/leaderboard-js)
7+
* [API 文档](https://leancloud.github.io/javascript-sdk/docs/AV.Leaderboard.html)
8+
* [Demo](https://leancloud.github.io/javascript-sdk/demo/leaderboard/)
69
* 第三方账号登录功能增加了两项新的能力:
710

811
* 所有第三方账号登录 API 增加了 `failOnNotExist` 参数,指定该参数为 `true` 时如果当前不存在该 `authData` 对应的用户,将会抛出「未找到用户」异常。该选项使开发者在使用第三方账号登录创建新用户之前有机会要求用户填写手机号码等信息。
@@ -21,6 +24,10 @@
2124
* `AV.User#loginWithAuthDataAndUnionId`
2225
* `AV.User#loginWithWeapp`
2326

27+
### Bug fixes
28+
29+
* 修复了 `AV.Query#sizeEqualTo` 方法没有返回 `this` 的问题。
30+
2431
## 3.6.8 (2018-04-25)
2532

2633
### Bug fixes

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

0 commit comments

Comments
 (0)