Skip to content

Commit df1c437

Browse files
authored
chore(main): release 0.6.1 (#18)
1 parent de80a29 commit df1c437

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/DvShu/neatui-vue/compare/v0.6.0...v0.6.1) (2024-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* 修复未正确导出 useFormReset hooks ([caa6bba](https://github.com/DvShu/neatui-vue/commit/caa6bba5cb50c6b2638f67d655e4fa916715a686))
9+
310
## [0.6.0](https://github.com/DvShu/neatui-vue/compare/v0.5.4...v0.6.0) (2024-06-14)
411

512

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.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"g:c": "node scripts/index.js template",

0 commit comments

Comments
 (0)