We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594b151 commit ac2844eCopy full SHA for ac2844e
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.0.1](https://github.com/lc-ui/lcui-cli/compare/v1.0.0...v1.0.1) (2024-05-14)
2
+
3
4
+### Bug Fixes
5
6
+* 纠正项目构建命令 ([228fba3](https://github.com/lc-ui/lcui-cli/commit/228fba3d8dadfb4674331a33adfd8c5e228aad04))
7
8
9
10
# [1.0.0](https://github.com/lc-ui/lcui-cli/compare/v1.0.0-beta.2...v1.0.0) (2024-05-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@lcui/cli",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "module",
"description": "Command line interface for rapid LCUI development",
"main": "index.js",
0 commit comments