Skip to content

Commit dbf63c3

Browse files
release: 4.34.0
1 parent e094ac5 commit dbf63c3

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.33.0"
2+
".": "4.34.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.34.0 (2024-11-06)
4+
5+
Full Changelog: [v4.33.0...v4.34.0](https://github.com/orbcorp/orb-node/compare/v4.33.0...v4.34.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#382](https://github.com/orbcorp/orb-node/issues/382)) ([0c74d96](https://github.com/orbcorp/orb-node/commit/0c74d96e5c5df055954252a27d4aa4d9e9592ed1))
10+
* **api:** api update ([#383](https://github.com/orbcorp/orb-node/issues/383)) ([54c8fa2](https://github.com/orbcorp/orb-node/commit/54c8fa2faa5f83bedb218f19b730402d0f5b58a2))
11+
312
## 4.33.0 (2024-11-06)
413

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

0 commit comments

Comments
 (0)