Skip to content

Commit 156d39e

Browse files
release: 0.1.0-alpha.7
1 parent 7589822 commit 156d39e

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.6"
2+
".": "0.1.0-alpha.7"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0-alpha.7 (2025-09-12)
4+
5+
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** fix uploading dxt release assets ([44c6989](https://github.com/Scan-Documents/node-sdk/commit/44c69897a845ea52568e968f9b6aa2d133c59454))
10+
11+
12+
### Chores
13+
14+
* **mcp:** upload dxt as release asset ([1d5cd4e](https://github.com/Scan-Documents/node-sdk/commit/1d5cd4e0c919b008a9a7515167b721e2b4a35b9d))
15+
* update SDK settings ([966887d](https://github.com/Scan-Documents/node-sdk/commit/966887d43af747c7bb0c1bd5de0b880379cfe98e))
16+
317
## 0.1.0-alpha.6 (2025-08-24)
418

519
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scan-documents",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
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",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scan-documents-mcp",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
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",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const newMcpServer = () =>
3333
new McpServer(
3434
{
3535
name: 'scan_documents_api',
36-
version: '0.1.0-alpha.6',
36+
version: '0.1.0-alpha.7',
3737
},
3838
{ capabilities: { tools: {}, logging: {} } },
3939
);

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.6'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.7'; // x-release-please-version

0 commit comments

Comments
 (0)