File tree Expand file tree Collapse file tree 7 files changed +16
-6
lines changed
Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 14.7.0 "
2+ "." : " 14.7.1 "
33}
Original file line number Diff line number Diff line change 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:** update gitignore ([ 4fb72d4] ( https://github.com/conductor-is/quickbooks-desktop-node/commit/4fb72d406561523c9ac1bb1a34f05eb8b38bf606 ) )
10+ * ** tests:** bump steady to v0.19.4 ([ a62f8c9] ( https://github.com/conductor-is/quickbooks-desktop-node/commit/a62f8c93e1a3b07c7c7948171b37e411f3f3a50a ) )
11+ * ** tests:** bump steady to v0.19.5 ([ ffeea33] ( https://github.com/conductor-is/quickbooks-desktop-node/commit/ffeea33589f0cf2c5991b3760949865059d42d13 ) )
12+
313## 14.7.0 (2026-03-20)
414
515Full Changelog: [ v14.6.0...v14.7.0] ( https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.6.0...v14.7.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '14.7.0 ' ; // x-release-please-version
1+ export const VERSION = '14.7.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments