diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba75d0f2..bacfe754 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.59.0" + ".": "5.60.0" } diff --git a/.stats.yml b/.stats.yml index 2d7bf679..0f27fc0a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 139 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-6ba9b1b34b3995136fce37ca4bfa7ec253213680ef1d49d74960f55d22fde5dc.yml -openapi_spec_hash: 56d69d79bef9db11216cf8764106040f +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-cbb433962c75b95b0c00c453c3a2e39a88f4291a92c093f27a3f52d1b52785a2.yml +openapi_spec_hash: 46b3934a43850209dad40e883aa5d1bd config_hash: c01c1191b1cd696c7ca855ff6d28a8df diff --git a/CHANGELOG.md b/CHANGELOG.md index 86596ca8..2ca525df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.60.0 (2026-05-19) + +Full Changelog: [v5.59.0...v5.60.0](https://github.com/orbcorp/orb-node/compare/v5.59.0...v5.60.0) + +### Features + +* **api:** api update ([27cce83](https://github.com/orbcorp/orb-node/commit/27cce83a0ee82cda96551eaa8bbccbe62ad96dc4)) + ## 5.59.0 (2026-05-13) Full Changelog: [v5.58.0...v5.59.0](https://github.com/orbcorp/orb-node/compare/v5.58.0...v5.59.0) diff --git a/package.json b/package.json index 355765ec..84c85430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "5.59.0", + "version": "5.60.0", "description": "The official TypeScript library for the Orb API", "author": "Orb ", "types": "dist/index.d.ts", diff --git a/src/resources/dimensional-price-groups/dimensional-price-groups.ts b/src/resources/dimensional-price-groups/dimensional-price-groups.ts index dc409bd9..0270b0bf 100644 --- a/src/resources/dimensional-price-groups/dimensional-price-groups.ts +++ b/src/resources/dimensional-price-groups/dimensional-price-groups.ts @@ -115,7 +115,7 @@ export class DimensionalPriceGroupsPage extends Page {} /** * A dimensional price group is used to partition the result of a billable metric - * by a set of dimensions. Prices in a price group must specify the parition used + * by a set of dimensions. Prices in a price group must specify the partition used * to derive their usage. */ export interface DimensionalPriceGroup { diff --git a/src/version.ts b/src/version.ts index 0a2dd09e..ab6da838 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.59.0'; // x-release-please-version +export const VERSION = '5.60.0'; // x-release-please-version