From 597a0cf77c162565cd53d011fe80cf59cc675808 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:58:14 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-raceabort-non-error-rejection.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-raceabort-non-error-rejection.md diff --git a/.changeset/fix-raceabort-non-error-rejection.md b/.changeset/fix-raceabort-non-error-rejection.md deleted file mode 100644 index e9da58d..0000000 --- a/.changeset/fix-raceabort-non-error-rejection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shayc/react-built-in-ai": patch ---- - -Fix `raceAbort` masking non-Error rejections as `AbortError` — a rejection with a non-Error reason (e.g. a rejected string) was coerced through the same path used for abort reasons, so genuine rejections were misreported as cancellations. diff --git a/CHANGELOG.md b/CHANGELOG.md index e72a1bc..1222a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @shayc/react-built-in-ai +## 0.11.2 + +### Patch Changes + +- 98260d4: Fix `raceAbort` masking non-Error rejections as `AbortError` — a rejection with a non-Error reason (e.g. a rejected string) was coerced through the same path used for abort reasons, so genuine rejections were misreported as cancellations. + ## 0.11.1 ### Patch Changes diff --git a/package.json b/package.json index 25ba6ff..a42cf9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shayc/react-built-in-ai", - "version": "0.11.1", + "version": "0.11.2", "description": "React hooks for the browser Built-in AI APIs (Translator, Rewriter, Proofreader, Summarizer, Writer, Language Detector, Prompt).", "license": "MIT", "author": "Shay Cojocaru ",