File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed
Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.38 .0"
2+ "." : " 7.0 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.0.0 (2025-11-04)
4+
5+ Full Changelog: [ v6.38.0...v7.0.0] ( https://github.com/Finch-API/finch-api-node/compare/v6.38.0...v7.0.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ b878ae2] ( https://github.com/Finch-API/finch-api-node/commit/b878ae24ebfeac90b3f7c6929ce80e47fd226dc7 ) )
10+ * ** api:** move node to typescript generator ([ 0a2ca9e] ( https://github.com/Finch-API/finch-api-node/commit/0a2ca9e62ca7c38c7068c21345a79e2923bef6f5 ) )
11+ * ** api:** update automated code reviewer selection ([ d8f797b] ( https://github.com/Finch-API/finch-api-node/commit/d8f797bcfc693cc7616d88be42ad313733b3f06c ) )
12+
13+
14+ ### Chores
15+
16+ * mcp code tool explicit error message when missing a run function ([ 21f4a15] ( https://github.com/Finch-API/finch-api-node/commit/21f4a157ec83fbb37a9c19d2b6935010c3fd97d5 ) )
17+ * sync repo ([ abf0f8a] ( https://github.com/Finch-API/finch-api-node/commit/abf0f8ab8e89f07d131e5393b5e01b0e71ccf69b ) )
18+
319## 6.38.0 (2025-10-27)
420
521Full Changelog: [ v6.37.0...v6.38.0] ( https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api" ,
3- "version" : " 6.38 .0" ,
3+ "version" : " 7.0 .0" ,
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 "name" : " @tryfinch/finch-api-mcp" ,
3- "version" : " 6.38 .0" ,
3+ "version" : " 7.0 .0" ,
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 @@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434 new McpServer (
3535 {
3636 name : 'tryfinch_finch_api_api' ,
37- version : '6.38 .0' ,
37+ version : '7.0 .0' ,
3838 } ,
3939 { capabilities : { tools : { } , logging : { } } } ,
4040 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '6.38 .0' ; // x-release-please-version
1+ export const VERSION = '7.0 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments