Skip to content

Commit 4e7a8a8

Browse files
release: 14.7.0
1 parent 530f891 commit 4e7a8a8

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 14.7.0 (2026-03-17)
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 ([9499f9b](https://github.com/conductor-is/quickbooks-desktop-node/commit/9499f9bb5ff06610284c20250a7f5b231b1b4670))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([72e8e9f](https://github.com/conductor-is/quickbooks-desktop-node/commit/72e8e9faa489b2af6954802073a8d9040158baca))
15+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([7520482](https://github.com/conductor-is/quickbooks-desktop-node/commit/752048247be1a6f8f0d5b15f231f032bb15ba1ec))
16+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([3c74fb1](https://github.com/conductor-is/quickbooks-desktop-node/commit/3c74fb1ed0fe85857c7ca7e16d63f4e28c7d084b))
17+
* **internal:** tweak CI branches ([530f891](https://github.com/conductor-is/quickbooks-desktop-node/commit/530f891be26be8cd7d969afdc01507d91992f2a7))
18+
319
## 14.6.0 (2026-03-10)
420

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