We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276fa61 commit a41f3b4Copy full SHA for a41f3b4
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [5.5.0](https://github.com/tomjs/create-app/compare/v5.4.0...v5.5.0) (2026-01-30)
2
+
3
+- feat: change vue template [276fa61](https://github.com/tomjs/create-app/commit/276fa61)
4
5
## [5.4.0](https://github.com/tomjs/create-app/compare/v5.3.0...v5.4.0) (2026-01-20)
6
7
- chore: update deps [518705f](https://github.com/tomjs/create-app/commit/518705f) [e8acc74](https://github.com/tomjs/create-app/commit/e8acc74)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/create-app",
"type": "module",
- "version": "5.4.0",
+ "version": "5.5.0",
"packageManager": "pnpm@10.28.2",
"description": "Create a node/web/electron/vscode project based on tomjs",
"author": {
0 commit comments