Skip to content

Commit ca595dd

Browse files
release: 4.47.3
1 parent b20bb8e commit ca595dd

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.2"
2+
".": "4.47.3"
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.47.3 (2025-01-08)
4+
5+
Full Changelog: [v4.47.2...v4.47.3](https://github.com/orbcorp/orb-node/compare/v4.47.2...v4.47.3)
6+
7+
### Bug Fixes
8+
9+
* **types:** expose UsageDiscount ([5ca5f44](https://github.com/orbcorp/orb-node/commit/5ca5f4499b90728f01884c75959710947f6e0425))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#454](https://github.com/orbcorp/orb-node/issues/454)) ([ca137af](https://github.com/orbcorp/orb-node/commit/ca137af6973b6620ef7c875184ccd80d42083f86))
15+
316
## 4.47.2 (2025-01-07)
417

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

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

0 commit comments

Comments
 (0)