Skip to content

Commit

Permalink
release: 12.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Feb 18, 2025
1 parent 8e1d695 commit 6e2342b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "12.0.0-beta.1"
".": "12.0.0-beta.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 12.0.0-beta.2 (2025-02-18)

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

### Chores

* **internal:** codegen related update ([#29](https://github.com/conductor-is/quickbooks-desktop-node/issues/29)) ([8e1d695](https://github.com/conductor-is/quickbooks-desktop-node/commit/8e1d695f94114cd8e494a59f649eaf2e6b2f4779))

## 12.0.0-beta.1 (2025-02-15)

Full Changelog: [v11.9.0...v12.0.0-beta.1](https://github.com/conductor-is/quickbooks-desktop-node/compare/v11.9.0...v12.0.0-beta.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conductor-node",
"version": "12.0.0-beta.1",
"version": "12.0.0-beta.2",
"description": "The official TypeScript library for the Conductor API",
"author": "Conductor <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '12.0.0-beta.1'; // x-release-please-version
export const VERSION = '12.0.0-beta.2'; // x-release-please-version

0 comments on commit 6e2342b

Please sign in to comment.