Skip to content

Commit 1c02f29

Browse files
release: 4.33.0
1 parent e4023b2 commit 1c02f29

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.32.0"
2+
".": "4.33.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.33.0 (2024-11-06)
4+
5+
Full Changelog: [v4.32.0...v4.33.0](https://github.com/orbcorp/orb-node/compare/v4.32.0...v4.33.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#379](https://github.com/orbcorp/orb-node/issues/379)) ([43a40be](https://github.com/orbcorp/orb-node/commit/43a40be638be51f8bcc62e7bad4a822f3af5b7c0))
10+
* **api:** api update ([#381](https://github.com/orbcorp/orb-node/issues/381)) ([789f363](https://github.com/orbcorp/orb-node/commit/789f36319272f2488cc848789e815cb071c10f27))
11+
312
## 4.32.0 (2024-10-22)
413

514
Full Changelog: [v4.31.0...v4.32.0](https://github.com/orbcorp/orb-node/compare/v4.31.0...v4.32.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.32.0",
3+
"version": "4.33.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.32.0'; // x-release-please-version
1+
export const VERSION = '4.33.0'; // x-release-please-version

0 commit comments

Comments
 (0)