diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9918aa5..588eb6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.9.0" + ".": "12.0.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..efe6075 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +## 12.0.0-beta.1 (2025-02-14) + +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) + +### Features + +* **api:** api update ([#24](https://github.com/conductor-is/quickbooks-desktop-node/issues/24)) ([0a4fbd1](https://github.com/conductor-is/quickbooks-desktop-node/commit/0a4fbd176f400cd29a42630ab02e79d07320ded2)) + + +### Documentation + +* Add logo to `README.md` ([d3116e5](https://github.com/conductor-is/quickbooks-desktop-node/commit/d3116e575b7137c24d123d7d9ed37fd7cd72a96a)) +* Change `README.md` example to invoices with `MaxReturned` ([186568e](https://github.com/conductor-is/quickbooks-desktop-node/commit/186568e3d343410cff5b3b26ba94e12b19f6055b)) +* Fix docs link in `README.md` ([1b2abb7](https://github.com/conductor-is/quickbooks-desktop-node/commit/1b2abb75beed068b47b2309648ead7eb515234bc)) +* Fix typo in quickstart ([1d0284f](https://github.com/conductor-is/quickbooks-desktop-node/commit/1d0284f2908fe0165dd4a2ca316152d0983bddf3)) +* Revert to TypeForm for beta signup ([ec74b93](https://github.com/conductor-is/quickbooks-desktop-node/commit/ec74b93e52969b8604cc33fdb34f9b2c064ea063)) +* Tweak ([4324788](https://github.com/conductor-is/quickbooks-desktop-node/commit/4324788e61160dc90346219bd414d75904179a93)) +* Tweak `README.md` ([47f7479](https://github.com/conductor-is/quickbooks-desktop-node/commit/47f74795c5ac03a784f4ddff5f7b72a56d5e60d9)) +* Tweak `README.md` ([eb2cd58](https://github.com/conductor-is/quickbooks-desktop-node/commit/eb2cd5879f527a1e62ed3ca9264828d5588bf112)) +* Tweak beta signup form prompt in `README.md` ([76a354d](https://github.com/conductor-is/quickbooks-desktop-node/commit/76a354dd44c6390cd14f597c4f2747d19d47e558)) +* Tweak styling in `README.md` ([049c3f8](https://github.com/conductor-is/quickbooks-desktop-node/commit/049c3f816f32d291bff400f671cdcbd62a8dcfff)) +* Update `README.md` ([816c5ea](https://github.com/conductor-is/quickbooks-desktop-node/commit/816c5eaf10fb2c8bd85b1cfc941588ade90eab7a)) +* Update `README.md` ([22e6ced](https://github.com/conductor-is/quickbooks-desktop-node/commit/22e6ced8fc63080be2ef2393b395ed2eb0aae8a9)) +* Update `README.md` ([cc61af7](https://github.com/conductor-is/quickbooks-desktop-node/commit/cc61af7ee833f41c586efe8c4f7337cfd84de282)) +* Update `README.md` ([d6fa24f](https://github.com/conductor-is/quickbooks-desktop-node/commit/d6fa24f9f3b53738c12c4b87429a9de98764b4ba)) +* Update `README.md` ([33c4c67](https://github.com/conductor-is/quickbooks-desktop-node/commit/33c4c678363ddab0bb6bcade0c6a26c7fa507aca)) +* Update link in `README.md` ([8416c6f](https://github.com/conductor-is/quickbooks-desktop-node/commit/8416c6ffad639ffa00ae8095641ee1796a23810a)) +* Update links in `README.md` ([0222537](https://github.com/conductor-is/quickbooks-desktop-node/commit/0222537a9498165b39cb23e23a8eb6c1dfeba342)) + + +### Build System + +* Add `LICENSE` ([4d06960](https://github.com/conductor-is/quickbooks-desktop-node/commit/4d0696004f37a94c92562fef6318a37a0ca8ae8b)) +* Add `repository` and `author` to `package.json` ([9a0bd0d](https://github.com/conductor-is/quickbooks-desktop-node/commit/9a0bd0ddef5a5a94e985cf12b1891cc3c0bd167c)) +* Copy files from monorepo ([48fd4b5](https://github.com/conductor-is/quickbooks-desktop-node/commit/48fd4b528c489ac21727f44e7c6051effcca7fdf)) +* Migrate from `yarn` to `pnpm` ([0c42044](https://github.com/conductor-is/quickbooks-desktop-node/commit/0c42044e8d0e99d06dca69954b2eaabf089e2627)) +* Rebuild `pnpm-lock.yaml` ([fdbcf6e](https://github.com/conductor-is/quickbooks-desktop-node/commit/fdbcf6ed10c2c1a5dee75dcbbd44626e44981d26)) +* Update `package.json` ([fed2aa9](https://github.com/conductor-is/quickbooks-desktop-node/commit/fed2aa9b597e60e2cf3f606a5aaf637741f64386)) diff --git a/package.json b/package.json index 10ac27a..b2fd2f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conductor-node", - "version": "11.9.0", + "version": "12.0.0-beta.1", "description": "The official TypeScript library for the Conductor API", "author": "Conductor ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 6793099..e120ab3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '11.9.0'; // x-release-please-version +export const VERSION = '12.0.0-beta.1'; // x-release-please-version