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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## Unreleased

- No unreleased changes.

## v0.1.0-alpha.3 - 2026-07-19

- Use QVAC CLI's `127.0.0.1:11434` endpoint in generated apps and documentation.
- Add npm discovery keywords and a benefit-oriented package description.
- Clarify that this is an independent community project.
- Upgrade npm in the release workflow to support OIDC trusted publishing.

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Scaffold a Node.js TypeScript app that talks to a local QVAC server.
> Independent community project maintained by localhost41. Not affiliated with
> or endorsed by Tether or QVAC.

> **Alpha Release:** This package is currently in **alpha** (v0.1.0-alpha.1).
> **Alpha Release:** This package is currently in **alpha** (v0.1.0-alpha.3).
> Expect breaking changes. Feedback is welcome.

## Quickstart
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.2",
"version": "0.1.0-alpha.3",
"description": "Scaffold a Node.js TypeScript app for local QVAC inference",
"keywords": [
"qvac",
Expand Down
Loading