Skip to content

Commit 15eda44

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 12.0.0-beta.8
1 parent a4f6a27 commit 15eda44

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.0.0-beta.7"
2+
".": "12.0.0-beta.8"
33
}

CHANGELOG.md

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

3+
## 12.0.0-beta.8 (2025-02-24)
4+
5+
Full Changelog: [v12.0.0-beta.7...v12.0.0-beta.8](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.0.0-beta.7...v12.0.0-beta.8)
6+
7+
### Features
8+
9+
* **api:** api update ([#52](https://github.com/conductor-is/quickbooks-desktop-node/issues/52)) ([da93300](https://github.com/conductor-is/quickbooks-desktop-node/commit/da9330019d5f88069dfb3fef452ee8d49b3dbc68))
10+
* **api:** api update ([#54](https://github.com/conductor-is/quickbooks-desktop-node/issues/54)) ([e1a287d](https://github.com/conductor-is/quickbooks-desktop-node/commit/e1a287d2f4264cf229c20ee3db0399e568f00b9a))
11+
312
## 12.0.0-beta.7 (2025-02-23)
413

514
Full Changelog: [v12.0.0-beta.6...v12.0.0-beta.7](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.0.0-beta.6...v12.0.0-beta.7)

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.0.0-beta.7",
3+
"version": "12.0.0-beta.8",
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.0.0-beta.7'; // x-release-please-version
1+
export const VERSION = '12.0.0-beta.8'; // x-release-please-version

0 commit comments

Comments
 (0)