Skip to content

Commit 46c22d0

Browse files
committed
chore(release): v3.15.0
1 parent 825cc90 commit 46c22d0

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-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.14.1",
3+
"version": "3.15.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.15.0 (2019-08-05)
2+
3+
### Features
4+
5+
- 排行榜在获取排名结果时可以通过 `includeUserKeys` 选项同时返回 Pointer 类型的用户属性。
6+
7+
### Bug fixes
8+
9+
- 修复了一处导致在 Taro 中引入 SDK 抛异常的问题
10+
- 修复了多处 TypeScript 定义问题。
11+
112
## 3.14.1 (2019-07-04)
213

314
### Bug fixes

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": "3.14.1",
3+
"version": "3.15.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.14.1';
1+
module.exports = '3.15.0';

0 commit comments

Comments
 (0)