Skip to content

Commit 633636f

Browse files
committed
chore(release): v4.12.3
1 parent c8f4c81 commit 633636f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.12.3(2022-06-24)
2+
3+
### Bug Fixes
4+
5+
- 修复抛出的服务端异常不是 AV.Error 实例的问题。
6+
- 补充缺失的、修复错误的类型定义。
7+
18
## 4.12.2(2022-02-10)
29

310
### Bug Fixes

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.12.2",
3+
"version": "4.12.3",
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.12.2';
1+
module.exports = '4.12.3';

0 commit comments

Comments
 (0)