Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.5.1](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.5.0...v2.5.1) (2026-03-26)


### Bug Fixes

* **search:** fall back to local search when semantic results don't match MCP tools ([#352](https://github.com/StackOneHQ/stackone-ai-node/issues/352)) ([55723cc](https://github.com/StackOneHQ/stackone-ai-node/commit/55723cc0b22956b96ecb7a7bb39fe487f5225207))

## [2.5.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.4.0...v2.5.0) (2026-03-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackone/ai",
"version": "2.5.0",
"version": "2.5.1",
"description": "Tools for agents to perform actions on your SaaS",
"keywords": [
"agents",
Expand Down