Skip to content

Commit 9e31d26

Browse files
committed
chore(release): v4.10.1
1 parent ef4cc3e commit 9e31d26

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 4.10.0(2021-01-19)
1+
## 4.10.1(2021-03-18)
2+
3+
### Bug Fixes
4+
5+
- 修复了文件保存失败是仍能获取到 URL 属性的问题。
6+
7+
# 4.10.0(2021-01-19)
28

39
### Features
410

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.0",
3+
"version": "4.10.1",
44
"main": "./dist/node/entry/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.10.0';
1+
module.exports = '4.10.1';

0 commit comments

Comments
 (0)