Skip to content

Commit 37bce74

Browse files
release: 0.1.0-alpha.32
1 parent 924f13d commit 37bce74

7 files changed

Lines changed: 27 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.31"
2+
".": "0.1.0-alpha.32"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.32 (2026-05-19)
4+
5+
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)
6+
7+
### Bug Fixes
8+
9+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([5033e84](https://github.com/Scan-Documents/node-sdk/commit/5033e84d00cb70a83950e35f9dddde7cca073479))
10+
11+
12+
### Chores
13+
14+
* avoid formatting file that gets changed during releases ([ac1237d](https://github.com/Scan-Documents/node-sdk/commit/ac1237dd3fe8aba1b37187ec5b72bccbbe024513))
15+
* **format:** run eslint and prettier separately ([9640cea](https://github.com/Scan-Documents/node-sdk/commit/9640cea81ed35dfbbfa210c5f66d4ee3088c4e12))
16+
* redact api-key headers in debug logs ([8770cf0](https://github.com/Scan-Documents/node-sdk/commit/8770cf047221c69bb81cbdebb0b8869513e513ac))
17+
* **tests:** remove redundant File import ([01b4d39](https://github.com/Scan-Documents/node-sdk/commit/01b4d39c3498d244001ec92d808bc64cc1789daf))
18+
19+
20+
### Documentation
21+
22+
* update http mcp docs ([2328cbd](https://github.com/Scan-Documents/node-sdk/commit/2328cbdcff9e547dd615bbc2975ed6e314882dd7))
23+
324
## 0.1.0-alpha.31 (2026-04-28)
425

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

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.31",
3+
"version": "0.1.0-alpha.32",
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.31",
4+
"version": "0.1.0-alpha.32",
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.31",
3+
"version": "0.1.0-alpha.32",
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.31',
31+
version: '0.1.0-alpha.32',
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.31'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.32'; // x-release-please-version

0 commit comments

Comments
 (0)