Skip to content

Commit 4d79d6f

Browse files
committed
chore(release): bump version to v2.0.0-beta.1
1 parent 35af5a0 commit 4d79d6f

File tree

4 files changed

+7
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0-beta.1 (2016-10-13)
2+
### Features
3+
* 支持微信小程序 0.10.101100
4+
15
# 2.0.0-beta.0 (2016-9-29)
26
### Breaking Changes
37
* 移除了所有 Backbone callbacks 回调风格的参数,请使用 Promise 处理异步操作的结果:

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

0 commit comments

Comments
 (0)