diff --git a/.changeset/additional-org-ids.md b/.changeset/additional-org-ids.md deleted file mode 100644 index 65d6398..0000000 --- a/.changeset/additional-org-ids.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/testing': minor ---- - -Add --additional-org-ids flag to `runs report` command for pushing test results to multiple organizations in a single invocation diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c338ac..fbd6a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @smooai/testing +## 1.3.0 + +### Minor Changes + +- 663247c: Add --additional-org-ids flag to `runs report` command for pushing test results to multiple organizations in a single invocation + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 30ffd0b..7bb1faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/testing", - "version": "1.2.0", + "version": "1.3.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": {