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