conductor-node 12.34.0 → 12.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 12.36.0 (2025-09-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v12.35.0...v12.36.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.35.0...v12.36.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **mcp:** add option for including docs tools ([a8ec8dc](https://github.com/conductor-is/quickbooks-desktop-node/commit/a8ec8dceb7c5fd0fbbbec98902a7435ed4048a6f))
|
|
10
|
+
* **mcp:** enable experimental docs search tool ([4039789](https://github.com/conductor-is/quickbooks-desktop-node/commit/4039789ae43e24a83e0082e3ee70019288195091))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* do not install brew dependencies in ./scripts/bootstrap by default ([844274b](https://github.com/conductor-is/quickbooks-desktop-node/commit/844274b89d129598b9eba6d15e4def6034441b9c))
|
|
16
|
+
|
|
17
|
+
## 12.35.0 (2025-09-19)
|
|
18
|
+
|
|
19
|
+
Full Changelog: [v12.34.0...v12.35.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.34.0...v12.35.0)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **mcp:** add docs search tool ([08b0a42](https://github.com/conductor-is/quickbooks-desktop-node/commit/08b0a428e8f8244f488b1e7abaeaefdda71d5fb0))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Chores
|
|
27
|
+
|
|
28
|
+
* **codegen:** internal codegen update ([6a83300](https://github.com/conductor-is/quickbooks-desktop-node/commit/6a833009b877656caa60348b54f60916cb10ff3b))
|
|
29
|
+
* **internal:** gitignore .mcpb files ([deaeba4](https://github.com/conductor-is/quickbooks-desktop-node/commit/deaeba4e54ff996818f28d5ce13ecd9fcc0c4049))
|
|
30
|
+
|
|
3
31
|
## 12.34.0 (2025-09-18)
|
|
4
32
|
|
|
5
33
|
Full Changelog: [v12.33.0...v12.34.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.33.0...v12.34.0)
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '12.
|
|
1
|
+
export const VERSION = '12.36.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "12.
|
|
1
|
+
export declare const VERSION = "12.36.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '12.
|
|
1
|
+
export const VERSION = '12.36.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|