From 5e3c2c814b7ae6f581b765f78fa6498dd736239c Mon Sep 17 00:00:00 2001 From: NiveditJain Date: Fri, 26 Jun 2026 01:35:33 -0700 Subject: [PATCH] release: promote 0.0.11-beta.13 to stable 0.0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cut the first stable release of the 0.0.11 line: - package.json 0.0.11-beta.13 -> 0.0.11 (drops the -beta suffix so publish.yml publishes under the `latest` dist-tag, not `beta`). - Add the `## 0.0.11 — 2026-06-26` CHANGELOG section, mirroring the 0.0.10 promote-to-stable convention; the per-beta 0.0.11-beta.* sections below carry the full feature/fix/docs detail for the cycle. Sanity-checked locally against all CI gates: lint (0 errors), tsc, 1895 unit tests, build, validate:mdx (300 pages), 298 e2e tests, and a frozen-lockfile install — all green. Publishing to npm happens when the GitHub Release v0.0.11 is created; publish.yml then auto-bumps main to 0.0.12-beta.0. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01TD26MQ8M3gyaTLN2cwufTf --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7735e8..e8fc784c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.0.11 — 2026-06-26 + +### Docs +- Promote `0.0.11-beta.13` to stable `0.0.11`; the per-beta `0.0.11-beta.*` sections below carry the full feature / fix / docs details for this cycle (#459). + ## 0.0.11-beta.12 — 2026-06-24 ### Features diff --git a/package.json b/package.json index 15c4f2e4..78dfa899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "failproofai", - "version": "0.0.11-beta.13", + "version": "0.0.11", "description": "The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK", "bin": { "failproofai": "./dist/cli.mjs"