Skip to content

Commit 265241f

Browse files
release: 4.39.0
1 parent 5aa599e commit 265241f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.38.0"
2+
".": "4.39.0"
33
}

CHANGELOG.md

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

3+
## 4.39.0 (2024-11-27)
4+
5+
Full Changelog: [v4.38.0...v4.39.0](https://github.com/orbcorp/orb-node/compare/v4.38.0...v4.39.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#409](https://github.com/orbcorp/orb-node/issues/409)) ([30a2ecf](https://github.com/orbcorp/orb-node/commit/30a2ecf999de152100afb1ddb463dfcd394ce6c7))
10+
* **internal:** make git install file structure match npm ([#407](https://github.com/orbcorp/orb-node/issues/407)) ([caa97dd](https://github.com/orbcorp/orb-node/commit/caa97ddffd2b85f3a6c95963c9c20c5587edd18c))
11+
312
## 4.38.0 (2024-11-26)
413

514
Full Changelog: [v4.37.0...v4.38.0](https://github.com/orbcorp/orb-node/compare/v4.37.0...v4.38.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.38.0",
3+
"version": "4.39.0",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <[email protected]>",
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.38.0'; // x-release-please-version
1+
export const VERSION = '4.39.0'; // x-release-please-version

0 commit comments

Comments
 (0)