Skip to content

Commit a0aa5b1

Browse files
release: 9.7.0
1 parent fbbc840 commit a0aa5b1

7 files changed

Lines changed: 24 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 9.7.0 (2026-04-27)
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:** codegen related update ([fbbc840](https://github.com/Finch-API/finch-api-node/commit/fbbc840e907f54c6403793a483153aaad9f163dd))
16+
* **internal:** more robust bootstrap script ([4560fc4](https://github.com/Finch-API/finch-api-node/commit/4560fc4bdad42bc154a70db139d761dcc507431c))
17+
* **internal:** update docs ordering ([acb12fa](https://github.com/Finch-API/finch-api-node/commit/acb12fa8891902545beec8cf7d34015a24a53b98))
18+
* restructure docs search code ([5fb6a84](https://github.com/Finch-API/finch-api-node/commit/5fb6a84b620902bbe6695d5bf91d98dd5b89c92b))
19+
* **tests:** bump steady to v0.22.1 ([eb252a1](https://github.com/Finch-API/finch-api-node/commit/eb252a14302517dfce34fccccd5727cc1aa0bb84))
20+
321
## 9.6.0 (2026-04-16)
422

523
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)