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