Skip to content

Commit 95dce0d

Browse files
committed
chore(release): bump version to v2.0.0-beta.3
1 parent 98c102f commit 95dce0d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <support@leancloud.rocks>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.0-beta.3 (2016-11-8)
2+
### Bug Fixes
3+
* 修复了微信小程序在真机上抛 `ReferenceError: Can't find variable: FormData` 异常的问题
4+
* 修复了 2.0.0 中引入的 `AV.Query#select``AV.Query#include` 不支持多个参数的问题
5+
16
## 2.0.0-beta.2 (2016-10-20)
27
### Features
38
* `AV.File` 支持微信小程序

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

0 commit comments

Comments
 (0)