From 9bcdbc3e99687881c9310a3ac590b22d68b1de7c Mon Sep 17 00:00:00 2001 From: Liu Date: Sun, 26 Jan 2025 15:08:41 +0800 Subject: [PATCH] chore(release): v1.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8662c1..97552a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.1](https://github.com/lc-ui/lcui-cli/compare/v1.2.0...v1.2.1) (2025-01-26) + + +### Bug Fixes + +* 解决命名冲突 ([affb31f](https://github.com/lc-ui/lcui-cli/commit/affb31fe2e3448be6e5045020a20c029c240d8e2)) + + + # [1.2.0](https://github.com/lc-ui/lcui-cli/compare/v1.1.0...v1.2.0) (2025-01-07) diff --git a/package.json b/package.json index c62b683..675eb57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lcui/cli", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "description": "Command line interface for rapid LCUI development", "main": "index.js",