We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0314103 commit d28e874Copy full SHA for d28e874
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [5.1.0](https://github.com/tomjs/create-app/compare/v5.0.0...v5.1.0) (2026-01-06)
2
+
3
+- feat: add hbuilderx template [0314103](https://github.com/tomjs/create-app/commit/0314103)
4
5
## [5.0.0](https://github.com/tomjs/create-app/compare/v4.2.0...v5.0.0) (2026-01-03)
6
7
- feat: extract common code [2794566](https://github.com/tomjs/create-app/commit/2794566)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/create-app",
"type": "module",
- "version": "5.0.0",
+ "version": "5.1.0",
"packageManager": "pnpm@10.27.0",
"description": "Create a node/web/electron/vscode project based on tomjs",
"author": {
0 commit comments