File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed
Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.3 "
2+ "." : " 0.1.0-alpha.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.4 (2025-05-21)
4+
5+ Full Changelog: [ v0.1.0-alpha.3...v0.1.0-alpha.4] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ 825db67] ( https://github.com/Scan-Documents/node-sdk/commit/825db6702da4376ec6ae5977469a0e572b053957 ) )
10+
11+
12+ ### Documentation
13+
14+ * readme changes ([ d33adb0] ( https://github.com/Scan-Documents/node-sdk/commit/d33adb0d480cea87d13f65a66ce987d32a040fad ) )
15+
316## 0.1.0-alpha.3 (2025-05-21)
417
518Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents" ,
3- "version" : " 0.1.0-alpha.3 " ,
3+ "version" : " 0.1.0-alpha.4 " ,
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.3 " ,
3+ "version" : " 0.1.0-alpha.4 " ,
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 @@ -19,7 +19,7 @@ export { endpoints } from './tools';
1919export const server = new McpServer (
2020 {
2121 name : 'scan_documents_api' ,
22- version : '0.1.0-alpha.3 ' ,
22+ version : '0.1.0-alpha.4 ' ,
2323 } ,
2424 {
2525 capabilities : {
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.3 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.4 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments