Skip to content

Commit 58f6d27

Browse files
release: 4.38.0
1 parent eb3ed10 commit 58f6d27

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.37.0"
2+
".": "4.38.0"
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.38.0 (2024-11-26)
4+
5+
Full Changelog: [v4.37.0...v4.38.0](https://github.com/orbcorp/orb-node/compare/v4.37.0...v4.38.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#405](https://github.com/orbcorp/orb-node/issues/405)) ([c1e35f2](https://github.com/orbcorp/orb-node/commit/c1e35f2e8b6263b2848a1ee9d579bef845a339f1))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#402](https://github.com/orbcorp/orb-node/issues/402)) ([87f4432](https://github.com/orbcorp/orb-node/commit/87f44324bcbc57e283da122a6f188db6e3f42f35))
15+
* **internal:** codegen related update ([#404](https://github.com/orbcorp/orb-node/issues/404)) ([e16b1f7](https://github.com/orbcorp/orb-node/commit/e16b1f7bc414b78db676d9bc5cc70767ac1c6797))
16+
317
## 4.37.0 (2024-11-25)
418

519
Full Changelog: [v4.36.0...v4.37.0](https://github.com/orbcorp/orb-node/compare/v4.36.0...v4.37.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.37.0",
3+
"version": "4.38.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.37.0'; // x-release-please-version
1+
export const VERSION = '4.38.0'; // x-release-please-version

0 commit comments

Comments
 (0)