Skip to content

Commit b86250a

Browse files
release: 0.1.0-alpha.33
1 parent 1e3cb6b commit b86250a

7 files changed

Lines changed: 19 additions & 6 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.32"
2+
".": "0.1.0-alpha.33"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.33 (2026-05-29)
4+
5+
Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** use `pure-lockfile` when building mcp server ([45b199e](https://github.com/Scan-Documents/node-sdk/commit/45b199e99ad4b283cff3588fc480bcf62ef661c0))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([73429b2](https://github.com/Scan-Documents/node-sdk/commit/73429b2ddeecca1973c17478286db869027e68f3))
15+
316
## 0.1.0-alpha.32 (2026-05-19)
417

518
Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)

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.32",
3+
"version": "0.1.0-alpha.33",
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/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "scan-documents-mcp",
4-
"version": "0.1.0-alpha.32",
4+
"version": "0.1.0-alpha.33",
55
"description": "The official MCP Server for the Scan Documents API",
66
"author": {
77
"name": "Scan Documents",

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.32",
3+
"version": "0.1.0-alpha.33",
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
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'scan_documents_api',
31-
version: '0.1.0-alpha.32',
31+
version: '0.1.0-alpha.33',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

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.32'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.33'; // x-release-please-version

0 commit comments

Comments
 (0)