Skip to content

Commit 8203556

Browse files
committed
chore(release): bump version to v2.0.0-beta.5
1 parent 9d860ac commit 8203556

File tree

4 files changed

+8
-4
lines changed

4 files changed

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

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-beta.5 (2016-11-16)
2+
### Bug Fixes
3+
* 修复了在 Android 微信小程序上运行时抛 `undefined is not a function` 异常的问题
4+
15
# 2.0.0-beta.4 (2016-11-11)
26
### Breaking Changes
37
* `objectId``createdAt``updatedAt` 现在是只读字段,尝试 set 这些字段时 SDK 会抛出异常
@@ -9,7 +13,7 @@
913

1014
## 2.0.0-beta.3 (2016-11-8)
1115
### Bug Fixes
12-
* 修复了微信小程序在真机上抛 `ReferenceError: Can't find variable: FormData` 异常的问题
16+
* 修复了在微信小程序真机上运行时抛 `ReferenceError: Can't find variable: FormData` 异常的问题
1317
* 修复了 2.0.0 中引入的 `AV.Query#select``AV.Query#include` 不支持多个参数的问题
1418

1519
## 2.0.0-beta.2 (2016-10-20)

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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
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 = 'js2.0.0-beta.4';
1+
module.exports = 'js2.0.0-beta.5';

0 commit comments

Comments
 (0)