From 6d40fa380acdbe48119ec4de57ff2b78c0ae98ce Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:08:12 +0200 Subject: [PATCH] chore(release): v0.3.1 Only the publish workflow changed: an absent NPM_TOKEN now skips instead of failing. Tagging it is how this repo proves a release path works, and the previous tag's run is the evidence that an unproven one does not. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d34c531..f88e741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-kit", - "version": "0.3.0", + "version": "0.3.1", "description": "One install for the AI layer of an app: which model to call and what to do when the vendor retires it, how to read the three kinds of 429, a fair daily budget across users, and headless AI form filling.", "license": "MIT", "author": "Mao Nakamoto",