Skip to content

Commit 7e1c72c

Browse files
committed
release: 1.37.4
1 parent 596bcee commit 7e1c72c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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-
".": "1.37.3"
2+
".": "1.37.4"
33
}

CHANGELOG.md

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

3+
## 1.37.4 (2024-01-18)
4+
5+
Full Changelog: [v1.37.3...v1.37.4](https://github.com/orbcorp/orb-node/compare/v1.37.3...v1.37.4)
6+
7+
### Bug Fixes
8+
9+
* allow body type in RequestOptions to be null ([#92](https://github.com/orbcorp/orb-node/issues/92)) ([6a4506f](https://github.com/orbcorp/orb-node/commit/6a4506f1bef90976fc5d3eae3adb9656fa1e3bb4))
10+
311
## 1.37.3 (2024-01-18)
412

513
Full Changelog: [v1.37.2...v1.37.3](https://github.com/orbcorp/orb-node/compare/v1.37.2...v1.37.3)

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

0 commit comments

Comments
 (0)