Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/publish-to-npm.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down