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.1.1 "
2+ "." : " 8.2.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.2.0 (2026-01-13)
4+
5+ Full Changelog: [ v8.1.1...v8.2.0] ( https://github.com/Finch-API/finch-api-node/compare/v8.1.1...v8.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 07174ee] ( https://github.com/Finch-API/finch-api-node/commit/07174eed580ea7be80172df97f7de41fc9bf09fd ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** mcp:** fix env parsing ([ da539c1] ( https://github.com/Finch-API/finch-api-node/commit/da539c18318057054f9f7a6e39a8d8a8c62ef04b ) )
15+ * ** mcp:** fix options parsing ([ 50db4af] ( https://github.com/Finch-API/finch-api-node/commit/50db4af071d340114f0e129d4843fd92be84d391 ) )
16+ * ** mcp:** update code tool prompt ([ f3b178b] ( https://github.com/Finch-API/finch-api-node/commit/f3b178b2683dd7f86bba4034e5d8baf7db0e52fe ) )
17+
18+
19+ ### Chores
20+
21+ * fix typo in descriptions ([ 3ea6c6f] ( https://github.com/Finch-API/finch-api-node/commit/3ea6c6fd84e2db27791d5e01e3841c383713cf6e ) )
22+ * ** internal:** codegen related update ([ 2fc7cb3] ( https://github.com/Finch-API/finch-api-node/commit/2fc7cb3ba446371be9d018a2625039e95e850b26 ) )
23+ * ** internal:** codegen related update ([ 65d66db] ( https://github.com/Finch-API/finch-api-node/commit/65d66db7811483626e17ad740b7740467948b066 ) )
24+ * ** internal:** codegen related update ([ 36d593e] ( https://github.com/Finch-API/finch-api-node/commit/36d593ed51b766a5493fa07ff38e7123f6b2ccac ) )
25+ * ** internal:** codegen related update ([ 55094b0] ( https://github.com/Finch-API/finch-api-node/commit/55094b0eac5fff043ca2a0e177843a7eb8a73c97 ) )
26+
327## 8.1.1 (2026-01-06)
428
529Full Changelog: [ v8.1.0...v8.1.1] ( https://github.com/Finch-API/finch-api-node/compare/v8.1.0...v8.1.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tryfinch/finch-api" ,
3- "version" : " 8.1.1 " ,
3+ "version" : " 8.2.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.1.1 " ,
3+ "version" : " 8.2.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.1.1 ' ,
24+ version : '8.2.0 ' ,
2525 } ,
2626 { capabilities : { tools : { } , logging : { } } } ,
2727 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '8.1.1 ' ; // x-release-please-version
1+ export const VERSION = '8.2.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments