Skip to content

Commit a5479b7

Browse files
release: 4.45.0
1 parent 95e99e9 commit a5479b7

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.44.0"
2+
".": "4.45.0"
33
}

CHANGELOG.md

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

3+
## 4.45.0 (2025-01-03)
4+
5+
Full Changelog: [v4.44.0...v4.45.0](https://github.com/orbcorp/orb-node/compare/v4.44.0...v4.45.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#437](https://github.com/orbcorp/orb-node/issues/437)) ([daef0ee](https://github.com/orbcorp/orb-node/commit/daef0eece9bd089b20074a04ebe9e956d22cb03d))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#435](https://github.com/orbcorp/orb-node/issues/435)) ([d538b3d](https://github.com/orbcorp/orb-node/commit/d538b3d8bc0d3dad4715c56d90b1f5be2a511f7f))
15+
316
## 4.44.0 (2024-12-24)
417

518
Full Changelog: [v4.43.0...v4.44.0](https://github.com/orbcorp/orb-node/compare/v4.43.0...v4.44.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.44.0",
3+
"version": "4.45.0",
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.44.0'; // x-release-please-version
1+
export const VERSION = '4.45.0'; // x-release-please-version

0 commit comments

Comments
 (0)