From add4812c24cb9a4a1e3507b518aff3fc26f2dbec Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:30:06 +0000 Subject: [PATCH 1/2] chore(internal): codegen related update (#488) --- tests/api-resources/subscriptions.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api-resources/subscriptions.test.ts b/tests/api-resources/subscriptions.test.ts index 5d5f62da..f4074e87 100644 --- a/tests/api-resources/subscriptions.test.ts +++ b/tests/api-resources/subscriptions.test.ts @@ -364,7 +364,7 @@ describe('resource subscriptions', () => { price_id: 'h74gfhdjvn7ujokd', }, ], - trial_duration_days: 0, + trial_duration_days: 999999, }); }); From 2a516fb4fb7f3289b0441db7afbc2231a0eb72a9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:34:59 +0000 Subject: [PATCH 2/2] release: 4.52.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ed75d11..da7db647 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.52.0" + ".": "4.52.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f70f778d..9038067e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.52.1 (2025-01-28) + +Full Changelog: [v4.52.0...v4.52.1](https://github.com/orbcorp/orb-node/compare/v4.52.0...v4.52.1) + +### Chores + +* **internal:** codegen related update ([#488](https://github.com/orbcorp/orb-node/issues/488)) ([add4812](https://github.com/orbcorp/orb-node/commit/add4812c24cb9a4a1e3507b518aff3fc26f2dbec)) + ## 4.52.0 (2025-01-23) Full Changelog: [v4.51.0...v4.52.0](https://github.com/orbcorp/orb-node/compare/v4.51.0...v4.52.0) diff --git a/package.json b/package.json index ca845fb1..424827cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "4.52.0", + "version": "4.52.1", "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 0f31a077..77b6f5f8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.52.0'; // x-release-please-version +export const VERSION = '4.52.1'; // x-release-please-version