Skip to content

Commit b760afa

Browse files
release: 12.38.0
1 parent 48a5743 commit b760afa

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.37.0"
2+
".": "12.38.0"
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.38.0 (2025-10-13)
4+
5+
Full Changelog: [v12.37.0...v12.38.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.37.0...v12.38.0)
6+
7+
### Features
8+
9+
* **api:** api update ([48a5743](https://github.com/conductor-is/quickbooks-desktop-node/commit/48a574383425999c493a03601202fccbfc63f3fe))
10+
* **api:** api update ([29ae4d2](https://github.com/conductor-is/quickbooks-desktop-node/commit/29ae4d21a3c5687631a8eb5e431aef20cb35ff64))
11+
12+
13+
### Chores
14+
15+
* extract some types in mcp docs ([8a6aa57](https://github.com/conductor-is/quickbooks-desktop-node/commit/8a6aa572c7e329852957555d583f168f44279621))
16+
* **internal:** use npm pack for build uploads ([6611b4d](https://github.com/conductor-is/quickbooks-desktop-node/commit/6611b4d9463a6adc01caf20957095c00b5745786))
17+
318
## 12.37.0 (2025-10-06)
419

520
Full Changelog: [v12.36.1...v12.37.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.36.1...v12.37.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": "12.37.0",
3+
"version": "12.38.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/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.37.0",
3+
"version": "12.38.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
@@ -33,7 +33,7 @@ export const newMcpServer = () =>
3333
new McpServer(
3434
{
3535
name: 'conductor_node_api',
36-
version: '12.37.0',
36+
version: '12.38.0',
3737
},
3838
{ capabilities: { tools: {}, logging: {} } },
3939
);

src/version.ts

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

0 commit comments

Comments
 (0)