Skip to content

Commit 75e292a

Browse files
release: 4.48.0
1 parent bb430cd commit 75e292a

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.47.4"
2+
".": "4.48.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.48.0 (2025-01-15)
4+
5+
Full Changelog: [v4.47.4...v4.48.0](https://github.com/orbcorp/orb-node/compare/v4.47.4...v4.48.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#465](https://github.com/orbcorp/orb-node/issues/465)) ([7a96401](https://github.com/orbcorp/orb-node/commit/7a96401ecffe4cc426c64d0aa120f43bf5450f9f))
10+
11+
12+
### Chores
13+
14+
* **types:** add `| undefined` to client options properties ([#463](https://github.com/orbcorp/orb-node/issues/463)) ([1f1718c](https://github.com/orbcorp/orb-node/commit/1f1718ccdace3d420e0469465088ede93a6aa0ae))
15+
316
## 4.47.4 (2025-01-14)
417

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

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

0 commit comments

Comments
 (0)