From aef5cf88de68b689f4a66add56ef7d079371864c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:43:39 +0000 Subject: [PATCH] New version release --- .changeset/publish-to-npm.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/publish-to-npm.md create mode 100644 CHANGELOG.md diff --git a/.changeset/publish-to-npm.md b/.changeset/publish-to-npm.md deleted file mode 100644 index b532926..0000000 --- a/.changeset/publish-to-npm.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/testing': major ---- - -Initial public release of @smooai/testing SDK. Includes SmooTestingClient library and CLI for managing test runs, cases, environments, and deployments via the Smoo AI Testing API. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a8a467c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @smooai/testing + +## 1.0.0 + +### Major Changes + +- 817b21c: Initial public release of @smooai/testing SDK. Includes SmooTestingClient library and CLI for managing test runs, cases, environments, and deployments via the Smoo AI Testing API. diff --git a/package.json b/package.json index 440f856..36296aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/testing", - "version": "0.1.0", + "version": "1.0.0", "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": {