Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## Unreleased

- No unreleased changes.

## v0.1.0-alpha.2 - 2026-07-10

- Remove `tsx` from generated apps so pnpm 11 installs do not require approving
ignored `esbuild` build scripts.
- Add generated-app install/build and packed-tarball installability checks.
- Add publish-ready package metadata and license file.
- Add Node 22, 24, and 26 CI coverage plus a deeper package verifier for
packed-file contents, installed package imports, CLI help, and generated app
build checks.

## v0.1.0-alpha.1 - 2025-01-30

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localhost41/create-qvac-app",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "QVAC developer tooling package: create-qvac-app",
"license": "MIT",
"repository": {
Expand Down
Loading