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 b940da0 commit fba5011Copy full SHA for fba5011
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [1.0.0-beta.2](https://github.com/lc-ui/lcui-cli/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-05-12)
2
+
3
4
+### Bug Fixes
5
6
+* ERR_MODULE_NOT_FOUND ([b940da0](https://github.com/lc-ui/lcui-cli/commit/b940da0bc40a8ffcc014733769975ced803db673))
7
8
9
10
# [1.0.0-beta.1](https://github.com/lc-ui/lcui-cli/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-05-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@lcui/cli",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-beta.2",
"type": "module",
"description": "Command line interface for rapid LCUI development",
"main": "index.js",
0 commit comments