Skip to content

Commit 1448992

Browse files
release: 14.7.0
1 parent ce7367e commit 1448992

File tree

7 files changed

+29
-6
lines changed

7 files changed

+29
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 14.7.0 (2026-03-20)
4+
5+
Full Changelog: [v14.6.0...v14.7.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.6.0...v14.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([ce7367e](https://github.com/conductor-is/quickbooks-desktop-node/commit/ce7367e1581b9fed6c2747cb1ece1eee333e6f89))
10+
* **api:** api update ([9499f9b](https://github.com/conductor-is/quickbooks-desktop-node/commit/9499f9bb5ff06610284c20250a7f5b231b1b4670))
11+
12+
13+
### Chores
14+
15+
* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([72e8e9f](https://github.com/conductor-is/quickbooks-desktop-node/commit/72e8e9faa489b2af6954802073a8d9040158baca))
16+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([7520482](https://github.com/conductor-is/quickbooks-desktop-node/commit/752048247be1a6f8f0d5b15f231f032bb15ba1ec))
17+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([3c74fb1](https://github.com/conductor-is/quickbooks-desktop-node/commit/3c74fb1ed0fe85857c7ca7e16d63f4e28c7d084b))
18+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([c7f49a3](https://github.com/conductor-is/quickbooks-desktop-node/commit/c7f49a34ebb443e22317b2894e40bb8aa1594dfd))
19+
* **internal:** tweak CI branches ([530f891](https://github.com/conductor-is/quickbooks-desktop-node/commit/530f891be26be8cd7d969afdc01507d91992f2a7))
20+
21+
22+
### Refactors
23+
24+
* **tests:** switch from prism to steady ([f8924d8](https://github.com/conductor-is/quickbooks-desktop-node/commit/f8924d879f6cb98848b659ed787a43116436abdb))
25+
326
## 14.6.0 (2026-03-10)
427

528
Full Changelog: [v14.5.0...v14.6.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.5.0...v14.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conductor-node",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"description": "The official TypeScript library for the Conductor API",
55
"author": "Conductor <support@conductor.is>",
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": "conductor-node-mcp",
4-
"version": "14.6.0",
4+
"version": "14.7.0",
55
"description": "The official MCP Server for the Conductor API",
66
"author": {
77
"name": "Conductor",

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": "conductor-node-mcp",
3-
"version": "14.6.0",
3+
"version": "14.7.0",
44
"description": "The official MCP Server for the Conductor API",
55
"author": "Conductor <support@conductor.is>",
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
@@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020
new McpServer(
2121
{
2222
name: 'conductor_node_api',
23-
version: '14.6.0',
23+
version: '14.7.0',
2424
},
2525
{
2626
instructions: await getInstructions(stainlessApiKey),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '14.6.0'; // x-release-please-version
1+
export const VERSION = '14.7.0'; // x-release-please-version

0 commit comments

Comments
 (0)