Skip to content

Commit b05f057

Browse files
authored
Merge pull request #596 from orbcorp/release-please--branches--main--changes--next--components--orb-billing
release: 4.72.1
2 parents 019b1e1 + bda1a82 commit b05f057

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.72.0"
2+
".": "4.72.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.72.1 (2025-04-08)
4+
5+
Full Changelog: [v4.72.0...v4.72.1](https://github.com/orbcorp/orb-node/compare/v4.72.0...v4.72.1)
6+
7+
### Chores
8+
9+
* **tests:** improve enum examples ([#595](https://github.com/orbcorp/orb-node/issues/595)) ([7071352](https://github.com/orbcorp/orb-node/commit/70713526292fcdd0bb0d8476dfd32600c436cf3f))
10+
311
## 4.72.0 (2025-04-07)
412

513
Full Changelog: [v4.71.6...v4.72.0](https://github.com/orbcorp/orb-node/compare/v4.71.6...v4.72.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.72.0",
3+
"version": "4.72.1",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <team@withorb.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.72.0'; // x-release-please-version
1+
export const VERSION = '4.72.1'; // x-release-please-version

tests/api-resources/subscriptions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('resource subscriptions', () => {
266266
{
267267
allocation_price: {
268268
amount: '10.00',
269-
cadence: 'one_time',
269+
cadence: 'monthly',
270270
currency: 'USD',
271271
expires_at_end_of_cadence: true,
272272
},
@@ -340,7 +340,7 @@ describe('resource subscriptions', () => {
340340
replaces_price_id: 'replaces_price_id',
341341
allocation_price: {
342342
amount: '10.00',
343-
cadence: 'one_time',
343+
cadence: 'monthly',
344344
currency: 'USD',
345345
expires_at_end_of_cadence: true,
346346
},

0 commit comments

Comments
 (0)