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": {