Skip to content

Commit 56dcbed

Browse files
release: 9.5.1
1 parent baf67df commit 56dcbed

7 files changed

Lines changed: 14 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.5.0"
2+
".": "9.5.1"
33
}

CHANGELOG.md

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

3+
## 9.5.1 (2026-04-16)
4+
5+
Full Changelog: [v9.5.0...v9.5.1](https://github.com/Finch-API/finch-api-node/compare/v9.5.0...v9.5.1)
6+
7+
### Chores
8+
9+
* **deps:** bump flatted from 3.3.2 to 3.4.2 ([#649](https://github.com/Finch-API/finch-api-node/issues/649)) ([baf67df](https://github.com/Finch-API/finch-api-node/commit/baf67df5a6020b6aa15073861bc863b0e9bd70c6))
10+
311
## 9.5.0 (2026-04-13)
412

513
Full Changelog: [v9.4.1...v9.5.0](https://github.com/Finch-API/finch-api-node/compare/v9.4.1...v9.5.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.5.0",
3+
"version": "9.5.1",
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.5.0",
4+
"version": "9.5.1",
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.5.0",
3+
"version": "9.5.1",
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.5.0',
32+
version: '9.5.1',
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.5.0'; // x-release-please-version
1+
export const VERSION = '9.5.1'; // x-release-please-version

0 commit comments

Comments
 (0)