Skip to content

Commit c1d5a08

Browse files
committed
chore(release): v3.14.1
1 parent 552a8aa commit c1d5a08

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.14.0",
3+
"version": "3.14.1",
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.14.1 (2019-07-04)
2+
3+
### Bug fixes
4+
5+
- 修复了 LiveQuery server 配置异常导致不可用的问题。
6+
17
# 3.14.0 (2019-06-30)
28

39
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14.0",
3+
"version": "3.14.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 = '3.14.0';
1+
module.exports = '3.14.1';

0 commit comments

Comments
 (0)