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.4 "
2+ "." : " 0.1.0-alpha.5 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.5 (2025-05-23)
4+
5+ Full 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 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ a43a003] ( https://github.com/Scan-Documents/node-sdk/commit/a43a00355e7fc01e579754abb248329b4917d778 ) )
10+ * ** api:** update via SDK Studio ([ 4bedf3d] ( https://github.com/Scan-Documents/node-sdk/commit/4bedf3df8238c97071510a3683a742add5939d5d ) )
11+ * ** api:** update via SDK Studio ([ 5c5a063] ( https://github.com/Scan-Documents/node-sdk/commit/5c5a063a2f53dec45c0a193adb446250efc430a8 ) )
12+ * ** api:** update via SDK Studio ([ d04e245] ( https://github.com/Scan-Documents/node-sdk/commit/d04e2459e3af994e8124b85240423f171dfd6f75 ) )
13+
14+
15+ ### Chores
16+
17+ * ** docs:** grammar improvements ([ 93f8200] ( https://github.com/Scan-Documents/node-sdk/commit/93f8200ffd314b4ec9e36dd3ea972ab2a9781ef7 ) )
18+ * ** internal:** codegen related update ([ f65a114] ( https://github.com/Scan-Documents/node-sdk/commit/f65a114a884f9595b263d7216ff48fa05d194430 ) )
19+
320## 0.1.0-alpha.4 (2025-05-21)
421
522Full 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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " scan-documents" ,
3- "version" : " 0.1.0-alpha.4 " ,
3+ "version" : " 0.1.0-alpha.5 " ,
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.4 " ,
3+ "version" : " 0.1.0-alpha.5 " ,
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.4 ' ,
22+ version : '0.1.0-alpha.5 ' ,
2323 } ,
2424 {
2525 capabilities : {
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.4 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.5 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments