Skip to content

Commit e46d537

Browse files
committed
release 4.2.5
1 parent ac9d1b0 commit e46d537

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.en-US.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
---
1212

13+
## 4.2.5
14+
15+
- 🐞 Fix Empty component memory leak problem
16+
- 🐞 Fix Image width & height property not working problem
17+
1318
## 4.2.4
1419

1520
- 🐞 Fix Wave memory leak problem

CHANGELOG.zh-CN.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
---
1212

13+
## 4.2.5
14+
15+
- 🐞 修复 Empty 组件内存泄漏问题
16+
- 🐞 修复 Image width & height 属性不生效问题
17+
1318
## 4.2.4
1419

1520
- 🐞 修复 Wave 内存泄漏问题

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)