We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a14c26 commit 67bcc06Copy full SHA for 67bcc06
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## v1.2.1
4
+
5
+* 升级 JavaScript SDK 到 [leancloud-storage 1.3.2](https://github.com/leancloud/javascript-sdk/releases)
6
7
## v1.2.0
8
9
* 升级 JavaScript SDK 到 [leancloud-storage 1.3.0](https://github.com/leancloud/javascript-sdk/releases)
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
@@ -13,7 +13,7 @@
13
"cookies": "0.5.0",
14
"debug": "2.0.0",
15
"iconv-lite": "^0.4.8",
16
- "leancloud-storage": "1.3.0",
+ "leancloud-storage": "~1.3.2",
17
"on-headers": "1.0.0",
18
"underscore": "^1.8.3"
19
},
0 commit comments