diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a44595..0b387925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.6.2](https://github.com/DvShu/neatui-vue/compare/v0.6.1...v0.6.2) (2024-06-18) + + +### Bug Fixes + +* 优化CI ([54f648b](https://github.com/DvShu/neatui-vue/commit/54f648be59c605da6ddc1a2817ae88041e50259e)) +* 修复Button无默认高度 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) +* 修复FormItem渲染空label ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) +* 修复Input无默认颜色 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) +* 修复目录结构错误 ([26863b7](https://github.com/DvShu/neatui-vue/commit/26863b76f1f338a05317e351e23c5d4b6d99a7c4)) + ## [0.6.1](https://github.com/DvShu/neatui-vue/compare/v0.6.0...v0.6.1) (2024-06-18) diff --git a/package.json b/package.json index a7934ab8..d34e4146 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asteres/neatui-vue", "description": "基于 Vue3 的 UI 组件库", - "version": "0.6.1", + "version": "0.6.2", "type": "module", "scripts": { "g:c": "node scripts/index.js template",