Skip to content

Commit fb00b09

Browse files
committed
chore(release): bump version to v2.0.0-beta.6
1 parent 6c574b9 commit fb00b09

File tree

4 files changed

+11
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.0-beta.6 (2016-11-30)
2+
### Bug Fixes
3+
* 修复了 Android 微信小程序上初始化失败的问题
4+
* 修复了小程序中使用应用内社交抛 `AV is not defined` 异常的问题
5+
6+
### Features
7+
* 增加了 sourcemaps
8+
19
## 2.0.0-beta.5 (2016-11-16)
210
### Bug Fixes
311
* 修复了在 Android 微信小程序上运行时抛 `undefined is not a function` 异常的问题

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

0 commit comments

Comments
 (0)