Skip to content

Commit d21f3d5

Browse files
release: 4.37.0
1 parent 8d68277 commit d21f3d5

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.36.0"
2+
".": "4.37.0"
33
}

CHANGELOG.md

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

3+
## 4.37.0 (2024-11-25)
4+
5+
Full Changelog: [v4.36.0...v4.37.0](https://github.com/orbcorp/orb-node/compare/v4.36.0...v4.37.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#400](https://github.com/orbcorp/orb-node/issues/400)) ([51f7af8](https://github.com/orbcorp/orb-node/commit/51f7af8d42168b2b6a48cc2cba2023c036bed26d))
10+
11+
12+
### Chores
13+
14+
* rebuild project due to codegen change ([#397](https://github.com/orbcorp/orb-node/issues/397)) ([1dbe63e](https://github.com/orbcorp/orb-node/commit/1dbe63e53509b3ad4b3a24cc2095d255259dec4c))
15+
16+
17+
### Documentation
18+
19+
* remove suggestion to use `npm` call out ([#399](https://github.com/orbcorp/orb-node/issues/399)) ([d329ab8](https://github.com/orbcorp/orb-node/commit/d329ab81a84693cb7e8890bf9726e04f531c9328))
20+
321
## 4.36.0 (2024-11-15)
422

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

0 commit comments

Comments
 (0)