Skip to content

Commit 44663c0

Browse files
authored
Merge pull request #14 from zirkelc/release-please--branches--main--components--ai-tool-set
chore(main): release 2.2.0
2 parents 0698554 + bc6664d commit 44663c0

3 files changed

Lines changed: 9 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+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/zirkelc/ai-tool-set/compare/v2.1.0...v2.2.0) (2026-07-01)
4+
5+
6+
### Features
7+
8+
* add tool choice with .choice() ([1aee055](https://github.com/zirkelc/ai-tool-set/commit/1aee055799a9c84cfd19eaf613e021ae424746b1))
9+
310
## [2.1.0](https://github.com/zirkelc/ai-tool-set/compare/v2.0.0...v2.1.0) (2026-06-29)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-tool-set",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Conditional tool activation for the AI SDK, fully type-safe",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)