Skip to content

Commit

Permalink
chore(release): v4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Dec 15, 2020
1 parent 31263e6 commit cb5cfed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.8.3(2020-12-15)

### Internal Changes

- 修改了上传文件时 file key 的生成方式。

## 4.8.2(2020-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.2",
"version": "4.8.3",
"main": "./dist/node/entry/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.8.2';
module.exports = '4.8.3';

0 comments on commit cb5cfed

Please sign in to comment.