Skip to content

Commit 71e075c

Browse files
authored
Merge pull request #13 from zirkelc/release-please--branches--v1--components--ai-tool-set
chore(v1): release 1.4.0
2 parents c147463 + c1286b6 commit 71e075c

3 files changed

Lines changed: 15 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-
".": "1.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/zirkelc/ai-tool-set/compare/v1.3.0...v1.4.0) (2026-07-01)
4+
5+
6+
### Features
7+
8+
* add tool choice with .choice() ([c147463](https://github.com/zirkelc/ai-tool-set/commit/c14746361ccf4cf8b1e02ccd79ba79ccba7e660b))
9+
10+
11+
### Continuous Integration
12+
13+
* publish the v1 line under the v1 dist-tag ([ae56a7a](https://github.com/zirkelc/ai-tool-set/commit/ae56a7a763b66c7d4a70cbb523e8d40e3025a313))
14+
* use the `legacy` dist-tag for the v1 line ([fb332db](https://github.com/zirkelc/ai-tool-set/commit/fb332db198bf00c3a16a8554c94413e9ef3c18cc))
15+
316
## [1.3.0](https://github.com/zirkelc/ai-tool-set/compare/v1.2.4...v1.3.0) (2026-06-29)
417

518

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": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Conditional tool activation for the AI SDK, fully type-safe",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)