Skip to content

Commit 88fda71

Browse files
committed
chore(release): v3.0.0-beta.3
1 parent 7ae60d0 commit 88fda71

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.0.0-beta.2 (2017-06-01)
2+
### Features
3+
- LiveQuery
4+
5+
### Miscellanies
6+
- 包含了 v2.3.0-v2.4.0 的新特性与修复。
7+
18
# 3.0.0-beta.2 (2017-04-27)
29
### Breaking Changes
310
- 为了更好的隔离服务,我们为每个应用提供了独立的域名。对于小程序用户,请前往 [《小程序域名白名单配置》](https://leancloud.cn/docs/weapp-domains.html) 更新域名白名单。

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

0 commit comments

Comments
 (0)