Skip to content

Commit

Permalink
chore(release): v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Dec 2, 2019
1 parent 2d30171 commit f058f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.1 (2019-12-02)

### Bug fixes

- 修复了指定 key fetch 时,服务端已删除的 key 没有被正确清理的问题。
- 补充了 `AV.Cloud.useMasterKey` 的 TypeScript 定义。

# 4.0.0 (2019-10-31)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.0.0';
module.exports = '4.0.1';

0 comments on commit f058f3d

Please sign in to comment.