Skip to content

Commit 68b8238

Browse files
committed
chore(release): v3.6.2
1 parent 74d2576 commit 68b8238

File tree

4 files changed

+11
-5
lines changed

4 files changed

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

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.6.2 (2018-03-23)
2+
3+
### Bug fixes
4+
5+
* 修复了 LiveQuery 在断线重连后收不到新的通知的问题。
6+
17
## 3.6.1 (2018-03-19)
28

39
### Bug fixes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"cross-env CLIENT_PLATFORM=Weapp webpack --config webpack/weapp.js",
2424
"build": "gulp build && npm run build:live-query",
2525
"build:live-query":
26-
"export LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp",
26+
"cross-env LIVE_QUERY=1 && npm run build:browser && npm run build:rn && npm run build:weapp",
2727
"prepublishOnly": "./script/check-version.js"
2828
},
2929
"dependencies": {
@@ -65,7 +65,7 @@
6565
"should": "^11.1.0",
6666
"typescript": "^2.4.1",
6767
"weapp-polyfill": "^3.1.2",
68-
"webpack": "^2.2.0-rc.3",
68+
"webpack": "^3.11.0",
6969
"webpack-strip-block": "^0.2.0"
7070
},
7171
"license": "MIT",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.6.1';
1+
module.exports = '3.6.2';

0 commit comments

Comments
 (0)