Skip to content

Commit 390d067

Browse files
committed
chore(release): 0.0.2
1 parent fe543ad commit 390d067

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [0.0.2](https://github.com/zeMinng/create-vite-uniapp/compare/v0.0.1...v0.0.2) (2026-01-08)
6+
7+
8+
### Features
9+
10+
* add file path utilities and enhance help message options ([f1c31a8](https://github.com/zeMinng/create-vite-uniapp/commit/f1c31a8414fc7d2ec00c5e72f3007f9e001d9038))
11+
* add version and help functions to CLI ([7004b2b](https://github.com/zeMinng/create-vite-uniapp/commit/7004b2b40bbddf3c13603f38eae9da696b2391f1))
12+
* optimize actions ([fe543ad](https://github.com/zeMinng/create-vite-uniapp/commit/fe543ad511bfbefe90945726bcb1fb241faa6c50))
13+
14+
15+
### Bug Fixes
16+
17+
* update help message ([84febf4](https://github.com/zeMinng/create-vite-uniapp/commit/84febf4418be4b955e1220433ddb10bb4c3e86e4))
18+
* update node engine requirement to >=20 ([c254205](https://github.com/zeMinng/create-vite-uniapp/commit/c254205be304fe94e48992740b1ee63be572c4db))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite-uniapp",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A fast CLI to bootstrap production-ready Uniapp projects.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)