Skip to content

Commit 2531953

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 12.18.2
1 parent 7cf3006 commit 2531953

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
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-
".": "12.18.1"
2+
".": "12.18.2"
33
}

CHANGELOG.md

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

3+
## 12.18.2 (2025-08-01)
4+
5+
Full Changelog: [v12.18.1...v12.18.2](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.18.1...v12.18.2)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** avoid sending `jq_filter` to base API ([fac3d68](https://github.com/conductor-is/quickbooks-desktop-node/commit/fac3d68b0cf1a3c5efdb3bc6aea4e72705871be5))
10+
* **mcp:** fix tool description of jq_filter ([74a9c5a](https://github.com/conductor-is/quickbooks-desktop-node/commit/74a9c5acd6c12b4a5f6bcdfe961b14a8889364cd))
11+
* **mcp:** reverse validJson capability option and limit scope ([523b818](https://github.com/conductor-is/quickbooks-desktop-node/commit/523b818b04ad4ec622f0f91a446f854cca06482f))
12+
13+
14+
### Chores
15+
16+
* **internal:** remove redundant imports config ([86d1e55](https://github.com/conductor-is/quickbooks-desktop-node/commit/86d1e550d1c7d517c0872126cdfa22de842cb180))
17+
318
## 12.18.1 (2025-07-24)
419

520
Full Changelog: [v12.18.0...v12.18.1](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.18.0...v12.18.1)

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": "12.18.1",
3+
"version": "12.18.2",
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/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": "12.18.1",
3+
"version": "12.18.2",
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
@@ -26,7 +26,7 @@ export { endpoints } from './tools';
2626
export const server = new McpServer(
2727
{
2828
name: 'conductor_node_api',
29-
version: '12.18.1',
29+
version: '12.18.2',
3030
},
3131
{ capabilities: { tools: {} } },
3232
);

src/version.ts

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

0 commit comments

Comments
 (0)