Skip to content

Commit 30f78ee

Browse files
release: 14.7.1
1 parent 84fbdd2 commit 30f78ee

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-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.7.0"
2+
".": "14.7.1"
33
}

CHANGELOG.md

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

3+
## 14.7.1 (2026-03-24)
4+
5+
Full Changelog: [v14.7.0...v14.7.1](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.7.0...v14.7.1)
6+
7+
### Chores
8+
9+
* **internal:** fix MCP server TS errors that occur with required client options ([70e7446](https://github.com/conductor-is/quickbooks-desktop-node/commit/70e7446afb5605a1efc80e5d6cb22bd0a7600c76))
10+
* **internal:** update gitignore ([4fb72d4](https://github.com/conductor-is/quickbooks-desktop-node/commit/4fb72d406561523c9ac1bb1a34f05eb8b38bf606))
11+
* **tests:** bump steady to v0.19.4 ([a62f8c9](https://github.com/conductor-is/quickbooks-desktop-node/commit/a62f8c93e1a3b07c7c7948171b37e411f3f3a50a))
12+
* **tests:** bump steady to v0.19.5 ([ffeea33](https://github.com/conductor-is/quickbooks-desktop-node/commit/ffeea33589f0cf2c5991b3760949865059d42d13))
13+
* **tests:** bump steady to v0.19.6 ([d742ff5](https://github.com/conductor-is/quickbooks-desktop-node/commit/d742ff582f8a497ef411159e030f2a0fedcda94f))
14+
315
## 14.7.0 (2026-03-20)
416

517
Full Changelog: [v14.6.0...v14.7.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.6.0...v14.7.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.7.0",
3+
"version": "14.7.1",
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.7.0",
4+
"version": "14.7.1",
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.7.0",
3+
"version": "14.7.1",
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.7.0',
23+
version: '14.7.1',
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.7.0'; // x-release-please-version
1+
export const VERSION = '14.7.1'; // x-release-please-version

0 commit comments

Comments
 (0)