Skip to content

Commit 383c63f

Browse files
release: 9.7.0
1 parent b9fffd8 commit 383c63f

7 files changed

Lines changed: 23 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
* **formatter:** run prettier and eslint separately ([b9fffd8](https://github.com/Finch-API/finch-api-node/commit/b9fffd84d80648d59f2ba5c6df4eb57e8ff8d811))
15+
* **internal:** more robust bootstrap script ([4560fc4](https://github.com/Finch-API/finch-api-node/commit/4560fc4bdad42bc154a70db139d761dcc507431c))
16+
* **internal:** update docs ordering ([acb12fa](https://github.com/Finch-API/finch-api-node/commit/acb12fa8891902545beec8cf7d34015a24a53b98))
17+
* restructure docs search code ([5fb6a84](https://github.com/Finch-API/finch-api-node/commit/5fb6a84b620902bbe6695d5bf91d98dd5b89c92b))
18+
* **tests:** bump steady to v0.22.1 ([eb252a1](https://github.com/Finch-API/finch-api-node/commit/eb252a14302517dfce34fccccd5727cc1aa0bb84))
19+
320
## 9.6.0 (2026-04-16)
421

522
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
@@ -26,7 +26,7 @@ export const newMcpServer = async ({
2626
}) => new McpServer(
2727
{
2828
name: 'tryfinch_finch_api_api',
29-
version: '9.6.0',
29+
version: '9.7.0',
3030
},
3131
{
3232
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)