File tree Expand file tree Collapse file tree 6 files changed +29
-5
lines changed
Expand file tree Collapse file tree 6 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 8.0 .0"
2+ "." : " 8.1 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.1.0 (2026-01-06)
4+
5+ Full Changelog: [ v8.0.0...v8.1.0] ( https://github.com/Finch-API/finch-api-node/compare/v8.0.0...v8.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 8e97806] ( https://github.com/Finch-API/finch-api-node/commit/8e97806ff9a9dc8abf9d96c6334f716375764249 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** mcp:** correct code tool api output types ([ 1a412ec] ( https://github.com/Finch-API/finch-api-node/commit/1a412ec1f585e4be7252c9d15d119a519986c8c1 ) )
15+
16+
17+ ### Chores
18+
19+ * break long lines in snippets into multiline ([ 166f620] ( https://github.com/Finch-API/finch-api-node/commit/166f6206c0b0b7ee088314dd8351d69b78f87a28 ) )
20+ * ** internal:** codegen related update ([ d9eeb4b] ( https://github.com/Finch-API/finch-api-node/commit/d9eeb4b1d9388efcfcefd05ce2c27b4752f374d1 ) )
21+
22+
23+ ### Documentation
24+
25+ * prominently feature MCP server setup in root SDK readmes ([ 72c2bdd] ( https://github.com/Finch-API/finch-api-node/commit/72c2bdd4467301c754ec1c3393308468edb8fb29 ) )
26+
327## 8.0.0 (2025-12-18)
428
529Full Changelog: [ v7.0.0...v8.0.0] ( https://github.com/Finch-API/finch-api-node/compare/v7.0.0...v8.0.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api" ,
3- "version" : " 8.0 .0" ,
3+ "version" : " 8.1 .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" : " 8.0 .0" ,
3+ "version" : " 8.1 .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 @@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121 new McpServer (
2222 {
2323 name : 'tryfinch_finch_api_api' ,
24- version : '8.0 .0' ,
24+ version : '8.1 .0' ,
2525 } ,
2626 { capabilities : { tools : { } , logging : { } } } ,
2727 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '8.0 .0' ; // x-release-please-version
1+ export const VERSION = '8.1 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments