Skip to content

Commit

Permalink
🔖 Prepare 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Mar 19, 2020
1 parent 8b25014 commit b9811c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# 更新日志

## 3.6.0

添加对新的即时通讯 Hook 的支持:

- `AV.Cloud.onIMConversationAdded`
- `AV.Cloud.onIMConversationRemoved`
- `AV.Cloud.onIMClientOnline`
- `AV.Cloud.onIMClientOffline`
- `AV.Cloud.onIMClientSign`

兼容 JS SDK (leancloud-storage) 4.5.0 及以上版本的初始化机制。

## 3.5.0

- 添加对 Android Key 的支持。
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
"version": "3.5.0",
"version": "3.6.0",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9811c9

Please sign in to comment.