Skip to content

Commit 3a57f18

Browse files
release: 4.15.1
1 parent f899c3b commit 3a57f18

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.0"
2+
".": "4.15.1"
33
}

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.15.1 (2024-09-05)
4+
5+
Full Changelog: [v4.15.0...v4.15.1](https://github.com/orbcorp/orb-node/compare/v4.15.0...v4.15.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** correct File construction from node-fetch Responses ([#302](https://github.com/orbcorp/orb-node/issues/302)) ([839e3d5](https://github.com/orbcorp/orb-node/commit/839e3d5923ca3da60dd92231326847f53562980d))
10+
311
## 4.15.0 (2024-09-05)
412

513
Full Changelog: [v4.14.0...v4.15.0](https://github.com/orbcorp/orb-node/compare/v4.14.0...v4.15.0)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "The official TypeScript library for the Orb API",
55
"author": "Orb <[email protected]>",
66
"types": "dist/index.d.ts",

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.15.0'; // x-release-please-version
1+
export const VERSION = '4.15.1'; // x-release-please-version

0 commit comments

Comments
 (0)