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