From fc78b79ae7af0b90ce22d7b275535df9024c8c7a Mon Sep 17 00:00:00 2001 From: localhost41 Date: Sat, 18 Jul 2026 23:07:49 -0700 Subject: [PATCH] Prepare v0.1.0-alpha.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122abd6..ad12779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ff78906..1e4dfd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index b0e6331..d079c70 100644 --- a/package.json +++ b/package.json @@ -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",