Skip to content

Commit f058f3d

Browse files
committed
chore(release): v4.0.1
1 parent 2d30171 commit f058f3d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 4.0.0 (2019-10-31)
29

310
### BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '4.0.0';
1+
module.exports = '4.0.1';

0 commit comments

Comments
 (0)