Skip to content

Commit 0c0a1a7

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 12.2.0
1 parent 05adc2a commit 0c0a1a7

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1.0"
2+
".": "12.2.0"
33
}

CHANGELOG.md

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

3+
## 12.2.0 (2025-04-23)
4+
5+
Full Changelog: [v12.1.0...v12.2.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.1.0...v12.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a6cb55e](https://github.com/conductor-is/quickbooks-desktop-node/commit/a6cb55e7ffbd700ba9f4e52242a6a2fea6da7a2e))
10+
311
## 12.1.0 (2025-04-18)
412

513
Full Changelog: [v12.0.2...v12.1.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.0.2...v12.1.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.1.0",
3+
"version": "12.2.0",
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.1.0'; // x-release-please-version
1+
export const VERSION = '12.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)