File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.5 "
2+ "." : " 0.1.0-alpha.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.6 (2025-06-27)
4+
5+ Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ 29066c7] ( https://github.com/Scan-Documents/node-sdk/commit/29066c78a803d4eb260385bdf2a3e7748390b91d ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** ci:** release-doctor — report correct token name ([ 2430747] ( https://github.com/Scan-Documents/node-sdk/commit/2430747fe786df1a9e237b884c59082cfc21a2bf ) )
15+
316## 0.1.0-alpha.5 (2025-06-24)
417
518Full Changelog: [ v0.1.0-alpha.4...v0.1.0-alpha.5] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5 )
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents" ,
3- "version" : " 0.1.0-alpha.5 " ,
3+ "version" : " 0.1.0-alpha.6 " ,
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.5 " ,
3+ "version" : " 0.1.0-alpha.6 " ,
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 @@ -26,7 +26,7 @@ export { endpoints } from './tools';
2626export const server = new McpServer (
2727 {
2828 name : 'scan_documents_api' ,
29- version : '0.1.0-alpha.5 ' ,
29+ version : '0.1.0-alpha.6 ' ,
3030 } ,
3131 {
3232 capabilities : {
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.5 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.6 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments