diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7928e17..066d588c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.47.2" + ".": "4.47.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ceb14c9..a111f15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 4.47.3 (2025-01-08) + +Full Changelog: [v4.47.2...v4.47.3](https://github.com/orbcorp/orb-node/compare/v4.47.2...v4.47.3) + +### Bug Fixes + +* **types:** expose UsageDiscount ([5ca5f44](https://github.com/orbcorp/orb-node/commit/5ca5f4499b90728f01884c75959710947f6e0425)) + + +### Chores + +* **internal:** codegen related update ([#454](https://github.com/orbcorp/orb-node/issues/454)) ([ca137af](https://github.com/orbcorp/orb-node/commit/ca137af6973b6620ef7c875184ccd80d42083f86)) + ## 4.47.2 (2025-01-07) Full Changelog: [v4.47.1...v4.47.2](https://github.com/orbcorp/orb-node/compare/v4.47.1...v4.47.2) diff --git a/README.md b/README.md index 98924b37..06e6bde4 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ await client.customers.create( This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions: 1. Changes that only affect static types, without breaking runtime behavior. -2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_. +2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_ 3. Changes that we do not expect to impact the vast majority of users in practice. We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience. diff --git a/package.json b/package.json index bbfebe92..5a87b4b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "4.47.2", + "version": "4.47.3", "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 b343abce..7b9e8777 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.47.2'; // x-release-please-version +export const VERSION = '4.47.3'; // x-release-please-version