From 56659903b677f1136e3d3607b883379b2fcb31b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 23:46:33 +0000 Subject: [PATCH] New version release --- .changeset/fix-release-race.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-release-race.md diff --git a/.changeset/fix-release-race.md b/.changeset/fix-release-race.md deleted file mode 100644 index c865de2..0000000 --- a/.changeset/fix-release-race.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/testing': patch ---- - -Fix release workflow race condition and pre-commit-check circular reference diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a467c..ab35634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @smooai/testing +## 1.0.1 + +### Patch Changes + +- 17d5122: Fix release workflow race condition and pre-commit-check circular reference + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 36296aa..1f6de17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/testing", - "version": "1.0.0", + "version": "1.0.1", "description": "Smoo AI Testing SDK — CLI and library for interacting with the Smoo AI Testing API. Report test results, manage test runs, cases, environments, and deployments.", "homepage": "https://github.com/SmooAI/testing#readme", "bugs": {