Skip to content

Commit fae66dd

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 12.5.1
1 parent a0db929 commit fae66dd

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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.5.0"
2+
".": "12.5.1"
33
}

CHANGELOG.md

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

3+
## 12.5.1 (2025-05-07)
4+
5+
Full Changelog: [v12.5.0...v12.5.1](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.5.0...v12.5.1)
6+
7+
### Chores
8+
9+
* **ci:** bump node version for release workflows ([6e37f80](https://github.com/conductor-is/quickbooks-desktop-node/commit/6e37f8029c7922b4a49f4bb19967d587d9227e2a))
10+
11+
12+
### Documentation
13+
14+
* add examples to tsdocs ([b012bf4](https://github.com/conductor-is/quickbooks-desktop-node/commit/b012bf49747351a33fa348ea601119e6f9dfacd1))
15+
316
## 12.5.0 (2025-05-07)
417

518
Full Changelog: [v12.4.0...v12.5.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.4.0...v12.5.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.5.0",
3+
"version": "12.5.1",
44
"description": "The official TypeScript library for the Conductor API",
55
"author": "Conductor <support@conductor.is>",
66
"types": "dist/index.d.ts",

src/version.ts

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

0 commit comments

Comments
 (0)