Skip to content

Commit 81a5679

Browse files
author
ws-wangjg
committed
chore(release): 1.2.0
1 parent 3400bd1 commit 81a5679

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
## 1.2.0 (2025-12-02)
6+
7+
8+
### Features
9+
10+
* baize cli init ([d6de13b](https://github.com/wkylin/baize-cli/commit/d6de13b71c383c6235424342d9a50775f4262c5e))
11+
* delete nodemodule ([96a2bba](https://github.com/wkylin/baize-cli/commit/96a2bbab545df3a8a98b86cd2b975fe6e8518caa))
12+
* git branch vite ([2fab5b9](https://github.com/wkylin/baize-cli/commit/2fab5b99d519718cb26df2b5f544019af9d124bc))
13+
* type text ([7eceb64](https://github.com/wkylin/baize-cli/commit/7eceb64e768c1c9164707c14b986bbf7bad3c6f3))
14+
* upate cli ([3400bd1](https://github.com/wkylin/baize-cli/commit/3400bd1cef827361e1d4d500300ce684bcab6578))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baize-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "React 项目脚手架...",
55
"type": "module",
66
"main": "src/index.js",
@@ -12,7 +12,7 @@
1212
"lint": "eslint src/ test/",
1313
"lint:fix": "eslint src/ test/ --fix",
1414
"format": "prettier --write \"**/*.{js,json,md}\"",
15-
"test": "jest",
15+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
1616
"release": "standard-version"
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)