Skip to content

Commit 783a5cf

Browse files
authored
chore(main): release 3.0.0 (#25)
1 parent aed1494 commit 783a5cf

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/zirkelc/ai-test-kit/compare/v2.1.0...v3.0.0) (2026-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* requires AI SDK 7 (provider spec v4); drops support for ai 5.x / 6.x (provider spec v3).
9+
10+
### Features
11+
12+
* AI SDK 7 support (provider spec v4) ([#19](https://github.com/zirkelc/ai-test-kit/issues/19)) ([aed1494](https://github.com/zirkelc/ai-test-kit/commit/aed14946725cf0aae2a85815109021ac06ec4529))
13+
314
## [3.0.0-next.3](https://github.com/zirkelc/ai-test-kit/compare/v3.0.0-next.2...v3.0.0-next.3) (2026-06-25)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-test-kit",
3-
"version": "3.0.0-next.3",
3+
"version": "3.0.0",
44
"description": "Test utilities for the AI SDK: mock models, content and stream-part builders, fully type-safe",
55
"keywords": [],
66
"license": "MIT",

0 commit comments

Comments
 (0)