Skip to content

Commit add74ed

Browse files
chore(main): release 2.0.9 (#253)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2bb4d6 commit add74ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.0.9](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.8...v2.0.9) (2025-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **toolsets:** add accountIds option to StackOneToolSetConfig ([#252](https://github.com/StackOneHQ/stackone-ai-node/issues/252)) ([33973ed](https://github.com/StackOneHQ/stackone-ai-node/commit/33973edd31c7b16cb55d53b4354069ed76da3d9b))
9+
310
## [2.0.8](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.7...v2.0.8) (2025-12-15)
411

512

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackone/ai",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Tools for agents to perform actions on your SaaS",
55
"packageManager": "[email protected]",
66
"module": "./dist/index.mjs",
@@ -29,6 +29,7 @@
2929
"lint:oxfmt": "oxfmt --no-error-on-unmatched-pattern --check .",
3030
"lint:oxlint": "oxlint --max-warnings=0 --type-aware --type-check",
3131
"lint:knip": "knip",
32+
"preinstall": "npx only-allow pnpm",
3233
"prepack": "npm pkg delete scripts.preinstall && pnpm run build",
3334
"test": "vitest",
3435
"coverage": "vitest run --coverage"

0 commit comments

Comments
 (0)