Skip to content

Commit 6413f6c

Browse files
committed
🔖 Prepare 3.1.1
1 parent a576936 commit 6413f6c

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## v3.1.1
4+
5+
- 修复 `AV.Cloud.HttpsRedirect` 在 koa 中会出现循环重定向的问题。
6+
37
## v3.1.0
48

59
- `AV.Express()` 添加 `onError`(全局云函数错误处理)和 `ignoreInvalidSessionToken`(忽略不正确的 Session Token 而不是返回错误)选项。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
npm install --save leanengine leancloud-storage@3 --save
77
```
88

9-
建议使用 Node.js 6.0 以上的版本(可在 `package.json` 中设置 `engines.node``6.x`)。
9+
建议使用 Node.js 8.0 以上的版本(可在 `package.json` 中设置 `engines.node``8.x`)。
1010

1111
## 文档
1212

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leanengine",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "LeanCloud LeanEngine Node.js SDK.",
55
"repository": {
66
"type": "git",
@@ -29,10 +29,11 @@
2929
"leancloud-storage": "^3.0.0"
3030
},
3131
"keywords": [
32-
"LeanCloud",
33-
"LeanEngine",
32+
"leancloud",
33+
"leanengine",
3434
"cloud",
35-
"BaaS"
35+
"express",
36+
"koa"
3637
],
3738
"config": {
3839
"blanket": {

0 commit comments

Comments
 (0)