Skip to content

Commit 3f4fa62

Browse files
chore(main): release 2.1.0 (#260)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80c638d commit 3f4fa62

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.9...v2.1.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* **security:** add gitleaks for secret detection ([#259](https://github.com/StackOneHQ/stackone-ai-node/issues/259)) ([4c89e91](https://github.com/StackOneHQ/stackone-ai-node/commit/4c89e919f537fd30f73f8176a67a53d33c315d31))
9+
* support AI SDK v5 and v6 via unified imports [ENG-11722] ([#269](https://github.com/StackOneHQ/stackone-ai-node/issues/269)) ([043d3b8](https://github.com/StackOneHQ/stackone-ai-node/commit/043d3b8e6522ef0a1e2ff362c3e024960880f2a9))
10+
* **test:** add property-based testing with @fast-check/vitest ([#266](https://github.com/StackOneHQ/stackone-ai-node/issues/266)) ([5d82f23](https://github.com/StackOneHQ/stackone-ai-node/commit/5d82f23c77066b1a37d90dbd67a02c8382419546))
11+
12+
13+
### Bug Fixes
14+
15+
* **toolsets:** remove as StackOneHeaders ([#267](https://github.com/StackOneHQ/stackone-ai-node/issues/267)) ([ad101a3](https://github.com/StackOneHQ/stackone-ai-node/commit/ad101a30b0a52b08e96592d920ccc83bd8dacec8))
16+
317
## [2.0.9](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.8...v2.0.9) (2025-12-16)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackone/ai",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Tools for agents to perform actions on your SaaS",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)