Skip to content

Commit 4a1cd4f

Browse files
authored
chore(main): release 0.20.1 (#55)
1 parent 33fba80 commit 4a1cd4f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.20.1](https://github.com/DvShu/neatui-vue/compare/v0.20.0...v0.20.1) (2024-10-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **MdInput:** 增加 focus、blur 事件 ([fc4b6d5](https://github.com/DvShu/neatui-vue/commit/fc4b6d5737c00eb4541a39e736d5cf04d45b450d))
9+
* **MdInput:** 增加 focus、blur 事件 ([f3b8320](https://github.com/DvShu/neatui-vue/commit/f3b83205d3f96f111a04b2693262c7a2f71b2db6))
10+
311
## [0.20.0](https://github.com/DvShu/neatui-vue/compare/v0.19.4...v0.20.0) (2024-10-22)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asteres/neatui-vue",
33
"description": "基于 Vue3 的 UI 组件库",
4-
"version": "0.20.0",
4+
"version": "0.20.1",
55
"type": "module",
66
"scripts": {
77
"g:c": "node scripts/index.js template",

0 commit comments

Comments
 (0)