Skip to content

Commit 4106ba4

Browse files
release: 0.1.0-alpha.36
1 parent d5b827b commit 4106ba4

7 files changed

Lines changed: 14 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.35"
2+
".": "0.1.0-alpha.36"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.36 (2026-07-18)
4+
5+
Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)
6+
7+
### Features
8+
9+
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([cee5073](https://github.com/Scan-Documents/node-sdk/commit/cee507327ef2a4222c480339aef802b1da52c9a0))
10+
311
## 0.1.0-alpha.35 (2026-07-11)
412

513
Full Changelog: [v0.1.0-alpha.34...v0.1.0-alpha.35](https://github.com/Scan-Documents/node-sdk/compare/v0.1.0-alpha.34...v0.1.0-alpha.35)

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

0 commit comments

Comments
 (0)