Skip to content

Commit 6d30eca

Browse files
release: 4.72.2
1 parent 81ffabc commit 6d30eca

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.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.1"
2+
".": "4.72.2"
33
}

CHANGELOG.md

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

3+
## 4.72.2 (2025-04-14)
4+
5+
Full Changelog: [v4.72.1...v4.72.2](https://github.com/orbcorp/orb-node/compare/v4.72.1...v4.72.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** correctly reuse idempotency key ([a5b7cfe](https://github.com/orbcorp/orb-node/commit/a5b7cfe1d047eaedc243767e5b0b420e795fff88))
10+
11+
12+
### Chores
13+
14+
* **internal:** reduce CI branch coverage ([f7db5ee](https://github.com/orbcorp/orb-node/commit/f7db5ee3dfea91cf4dd9aa1be7cea5e7f6ed7e6f))
15+
* **internal:** upload builds and expand CI branch coverage ([#597](https://github.com/orbcorp/orb-node/issues/597)) ([5d4c819](https://github.com/orbcorp/orb-node/commit/5d4c819853e4cc0c67016f5e3d1b8e2076165d2b))
16+
317
## 4.72.1 (2025-04-08)
418

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

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.1",
3+
"version": "4.72.2",
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.1'; // x-release-please-version
1+
export const VERSION = '4.72.2'; // x-release-please-version

0 commit comments

Comments
 (0)