File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 9.2.0 "
2+ "." : " 9.2.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.2.1 (2026-03-10)
4+
5+ Full Changelog: [ v9.2.0...v9.2.1] ( https://github.com/Finch-API/finch-api-node/compare/v9.2.0...v9.2.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** api:** remove invalid transform config ([ 325973d] ( https://github.com/Finch-API/finch-api-node/commit/325973dd45c7ec667d8e8b061025b07ef0a43571 ) )
10+
311## 9.2.0 (2026-02-26)
412
513Full Changelog: [ v9.1.1...v9.2.0] ( https://github.com/Finch-API/finch-api-node/compare/v9.1.1...v9.2.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api" ,
3- "version" : " 9.2.0 " ,
3+ "version" : " 9.2.1 " ,
44 "description" : " The official TypeScript library for the Finch API" ,
55 "author" : " Finch <founders@tryfinch.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " @tryfinch/finch-api-mcp" ,
4- "version" : " 9.2.0 " ,
4+ "version" : " 9.2.1 " ,
55 "description" : " The official MCP Server for the Finch API" ,
66 "author" : {
77 "name" : " Finch" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api-mcp" ,
3- "version" : " 9.2.0 " ,
3+ "version" : " 9.2.1 " ,
44 "description" : " The official MCP Server for the Finch API" ,
55 "author" : " Finch <founders@tryfinch.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2121 new McpServer (
2222 {
2323 name : 'tryfinch_finch_api_api' ,
24- version : '9.2.0 ' ,
24+ version : '9.2.1 ' ,
2525 } ,
2626 {
2727 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '9.2.0 ' ; // x-release-please-version
1+ export const VERSION = '9.2.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments