We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0b6e8 commit c9a1c97Copy full SHA for c9a1c97
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [4.0.1](https://github.com/tomjs/create-app/compare/v4.0.0...v4.0.1) (2026-01-01)
2
+
3
+- feat: change eslint config [6e0b6e8](https://github.com/tomjs/create-app/commit/6e0b6e8)
4
5
## [4.0.0](https://github.com/tomjs/create-app/compare/v3.0.0...v4.0.0) (2026-01-01)
6
7
- feat: add --package option [2ebf2d3](https://github.com/tomjs/create-app/commit/2ebf2d3)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/create-app",
"type": "module",
- "version": "4.0.0",
+ "version": "4.0.1",
"packageManager": "pnpm@10.26.2",
"description": "Create a node/web/electron/vscode project based on tomjs",
"author": {
0 commit comments