Skip to content

Commit d719ff9

Browse files
release: 9.7.0
1 parent 5fb6a84 commit d719ff9

7 files changed

Lines changed: 22 additions & 6 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-
".": "9.6.0"
2+
".": "9.7.0"
33
}

CHANGELOG.md

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

3+
## 9.7.0 (2026-04-24)
4+
5+
Full Changelog: [v9.6.0...v9.7.0](https://github.com/Finch-API/finch-api-node/compare/v9.6.0...v9.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([51aa59a](https://github.com/Finch-API/finch-api-node/commit/51aa59a567ed110144dd1fc6b20308fe026ebef0))
10+
11+
12+
### Chores
13+
14+
* **internal:** more robust bootstrap script ([4560fc4](https://github.com/Finch-API/finch-api-node/commit/4560fc4bdad42bc154a70db139d761dcc507431c))
15+
* **internal:** update docs ordering ([acb12fa](https://github.com/Finch-API/finch-api-node/commit/acb12fa8891902545beec8cf7d34015a24a53b98))
16+
* restructure docs search code ([5fb6a84](https://github.com/Finch-API/finch-api-node/commit/5fb6a84b620902bbe6695d5bf91d98dd5b89c92b))
17+
* **tests:** bump steady to v0.22.1 ([eb252a1](https://github.com/Finch-API/finch-api-node/commit/eb252a14302517dfce34fccccd5727cc1aa0bb84))
18+
319
## 9.6.0 (2026-04-16)
420

521
Full Changelog: [v9.5.1...v9.6.0](https://github.com/Finch-API/finch-api-node/compare/v9.5.1...v9.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"description": "The official TypeScript library for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@tryfinch/finch-api-mcp",
4-
"version": "9.6.0",
4+
"version": "9.7.0",
55
"description": "The official MCP Server for the Finch API",
66
"author": {
77
"name": "Finch",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api-mcp",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"description": "The official MCP Server for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const newMcpServer = async ({
2929
new McpServer(
3030
{
3131
name: 'tryfinch_finch_api_api',
32-
version: '9.6.0',
32+
version: '9.7.0',
3333
},
3434
{
3535
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '9.6.0'; // x-release-please-version
1+
export const VERSION = '9.7.0'; // x-release-please-version

0 commit comments

Comments
 (0)