Skip to content

Commit ca84aae

Browse files
committed
chore(release): v3.0.2
1 parent e9a2635 commit ca84aae

File tree

4 files changed

+9
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.2 (2017-07-10)
2+
3+
### Bug fixes
4+
- 修复了 IE 下抛出 Promise 未定义异常的问题。
5+
- 修复了微信小程序一键登录时没有正确初始失败情况的问题。
6+
17
## 3.0.1 (2017-06-21)
28

39
### Bug fixes

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.1",
3+
"version": "3.0.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 = '3.0.1';
1+
module.exports = '3.0.2';

0 commit comments

Comments
 (0)