We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9df41 commit 2723234Copy full SHA for 2723234
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## v3.2.0
4
+
5
+- 新增 `AV.Cloud.enqueue`,任务队列支持。
6
7
## v3.1.1
8
9
- 修复 `AV.Cloud.HttpsRedirect` 在 koa 中会出现循环重定向的问题。
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "3.1.1",
+ "version": "3.2.0",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments