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 2d30171 commit f058f3dCopy full SHA for f058f3d
changelog.md
@@ -1,3 +1,10 @@
1
+## 4.0.1 (2019-12-02)
2
+
3
+### Bug fixes
4
5
+- 修复了指定 key fetch 时,服务端已删除的 key 没有被正确清理的问题。
6
+- 补充了 `AV.Cloud.useMasterKey` 的 TypeScript 定义。
7
8
# 4.0.0 (2019-10-31)
9
10
### BREAKING CHANGES
package.json
@@ -1,6 +1,6 @@
{
"name": "leancloud-storage",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "./dist/node/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
src/version.js
@@ -1 +1 @@
-module.exports = '4.0.0';
+module.exports = '4.0.1';
0 commit comments