File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed
Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.20 "
2+ "." : " 0.1.0-alpha.21 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.21 (2026-01-13)
4+
5+ Full Changelog: [ v0.1.0-alpha.20...v0.1.0-alpha.21] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.20...v0.1.0-alpha.21 )
6+
7+ ### Chores
8+
9+ * ** internal:** codegen related update ([ 135b7ac] ( https://github.com/Scan-Documents/node-sdk/commit/135b7ac138ba6af646acd821b6099ce35d586405 ) )
10+ * ** internal:** codegen related update ([ 3d1bcfe] ( https://github.com/Scan-Documents/node-sdk/commit/3d1bcfea16b294cca973e0106497edd055a7ccde ) )
11+ * ** internal:** codegen related update ([ f14af8b] ( https://github.com/Scan-Documents/node-sdk/commit/f14af8b7adc486b0c190eaa26b94a3dd9eb768d7 ) )
12+ * ** internal:** codegen related update ([ 37aa64d] ( https://github.com/Scan-Documents/node-sdk/commit/37aa64d77c5596809ed2b0f6fd08e6b28c84ed9a ) )
13+
314## 0.1.0-alpha.20 (2026-01-09)
415
516Full Changelog: [ v0.1.0-alpha.19...v0.1.0-alpha.20] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.19...v0.1.0-alpha.20 )
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents" ,
3- "version" : " 0.1.0-alpha.20 " ,
3+ "version" : " 0.1.0-alpha.21 " ,
44 "description" : " The official TypeScript library for the Scan Documents API" ,
55 "author" : " Scan Documents <support@scan-documents.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents-mcp" ,
3- "version" : " 0.1.0-alpha.20 " ,
3+ "version" : " 0.1.0-alpha.21 " ,
44 "description" : " The official MCP Server for the Scan Documents API" ,
55 "author" : " Scan Documents <support@scan-documents.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 : 'scan_documents_api' ,
24- version : '0.1.0-alpha.20 ' ,
24+ version : '0.1.0-alpha.21 ' ,
2525 } ,
2626 { capabilities : { tools : { } , logging : { } } } ,
2727 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.20 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.21 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments