Skip to content

Commit 6818217

Browse files
committed
chore(release): v3.6.6
1 parent ee361d8 commit 6818217

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.6.6 (2018-04-18)
2+
3+
### Bug fixes
4+
5+
* 修复了使用 LiveQuery 时在某些情况下会异常断开连接的问题。
6+
* 修复了使用 `AV.Status``countUnreadStatuses``resetUnreadCount` 方法时指定 `owner` 参数不生效(始终作用于当前用户)的问题。
7+
* 修复了使用 `fetchWhenSave` 选项更新对象时,如果更新的属性使用了嵌套的 key(如 `book.name`),更新成功后对象会有一些异常的未保存的值的问题。这个问题是 v3.6.5 中引入的。
8+
19
## 3.6.5 (2018-04-09)
210

311
### 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.6.5",
3+
"version": "3.6.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 = '3.6.5';
1+
module.exports = '3.6.6';

0 commit comments

Comments
 (0)