Skip to content

Commit 0afe6b9

Browse files
committed
chore(release): bump version to v2.0.0-beta.2
1 parent 0964199 commit 0afe6b9

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.1",
3+
"version": "2.0.0-beta.2",
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,4 +1,8 @@
1-
# 2.0.0-beta.1 (2016-10-13)
1+
## 2.0.0-beta.2 (2016-10-20)
2+
### Features
3+
* `AV.File` 支持微信小程序
4+
5+
## 2.0.0-beta.1 (2016-10-13)
26
### Features
37
* 支持微信小程序 0.10.101100
48

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

0 commit comments

Comments
 (0)