Skip to content

Commit

Permalink
chore(main): release 0.20.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvShu authored Oct 27, 2024
1 parent 33fba80 commit 4a1cd4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.20.1](https://github.com/DvShu/neatui-vue/compare/v0.20.0...v0.20.1) (2024-10-27)


### Bug Fixes

* **MdInput:** 增加 focus、blur 事件 ([fc4b6d5](https://github.com/DvShu/neatui-vue/commit/fc4b6d5737c00eb4541a39e736d5cf04d45b450d))
* **MdInput:** 增加 focus、blur 事件 ([f3b8320](https://github.com/DvShu/neatui-vue/commit/f3b83205d3f96f111a04b2693262c7a2f71b2db6))

## [0.20.0](https://github.com/DvShu/neatui-vue/compare/v0.19.4...v0.20.0) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asteres/neatui-vue",
"description": "基于 Vue3 的 UI 组件库",
"version": "0.20.0",
"version": "0.20.1",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
Expand Down

0 comments on commit 4a1cd4f

Please sign in to comment.