Skip to content

Commit c7dd61a

Browse files
committed
chore(release): v3.5.0
1 parent de0156f commit c7dd61a

File tree

4 files changed

+12
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 3.5.0 (2018-01-10)
2+
3+
### Features
4+
- 支持微信小游戏。
5+
6+
### Bug Fixes
7+
- 修复了初始化时传入 `serverURLs` 参数为 string 类型不生效的问题。
8+
9+
110
## 3.4.2 (2017-11-28)
211

312
### 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.4.2",
3+
"version": "3.5.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.4.2';
1+
module.exports = '3.5.0';

0 commit comments

Comments
 (0)