Skip to content

Commit db703f3

Browse files
release: 4.58.0
1 parent 9440008 commit db703f3

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.57.0"
2+
".": "4.58.0"
33
}

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.58.0 (2025-02-20)
4+
5+
Full Changelog: [v4.57.0...v4.58.0](https://github.com/orbcorp/orb-node/compare/v4.57.0...v4.58.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#513](https://github.com/orbcorp/orb-node/issues/513)) ([c8aa693](https://github.com/orbcorp/orb-node/commit/c8aa693ad0aa716a675ededc46f499ae64723227))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#511](https://github.com/orbcorp/orb-node/issues/511)) ([4292b87](https://github.com/orbcorp/orb-node/commit/4292b872a59fc835702c9661dc78c189fe694690))
15+
316
## 4.57.0 (2025-02-15)
417

518
Full Changelog: [v4.56.0...v4.57.0](https://github.com/orbcorp/orb-node/compare/v4.56.0...v4.57.0)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.57.0",
3+
"version": "4.58.0",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <[email protected]>",
66
"types": "dist/index.d.ts",

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.57.0'; // x-release-please-version
1+
export const VERSION = '4.58.0'; // x-release-please-version

0 commit comments

Comments
 (0)