diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d801fc..8e73ce7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.23.0" + ".": "4.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 386aaef..1ae040e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 4.24.0 (2024-09-26) + +Full Changelog: [v4.23.0...v4.24.0](https://github.com/orbcorp/orb-node/compare/v4.23.0...v4.24.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#348](https://github.com/orbcorp/orb-node/issues/348)) ([4cbb8ab](https://github.com/orbcorp/orb-node/commit/4cbb8abf1b962da57ecfec2bba77089607d9f09c)) + + +### Chores + +* **docs:** internal update ([#345](https://github.com/orbcorp/orb-node/issues/345)) ([8a05f3c](https://github.com/orbcorp/orb-node/commit/8a05f3c6169c726cfe0c5351c3ba06b9f76bf56a)) +* **docs:** internal update ([#347](https://github.com/orbcorp/orb-node/issues/347)) ([00696b7](https://github.com/orbcorp/orb-node/commit/00696b7c089da843e513d1d8b9ae9dde9c232f96)) + ## 4.23.0 (2024-09-25) Full Changelog: [v4.22.0...v4.23.0](https://github.com/orbcorp/orb-node/compare/v4.22.0...v4.23.0) diff --git a/package.json b/package.json index 264f89a..504863f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "4.23.0", + "version": "4.24.0", "description": "The official TypeScript library for the Orb API", "author": "Orb ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index a7fe7a1..c460480 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.23.0'; // x-release-please-version +export const VERSION = '4.24.0'; // x-release-please-version