Skip to content

Commit 0799b1e

Browse files
release: 4.68.0
1 parent f3f2542 commit 0799b1e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 4.68.0 (2025-03-10)
4+
5+
Full Changelog: [v4.67.0...v4.68.0](https://github.com/orbcorp/orb-node/compare/v4.67.0...v4.68.0)
6+
7+
### Features
8+
9+
* add SKIP_BREW env var to ./scripts/bootstrap ([#552](https://github.com/orbcorp/orb-node/issues/552)) ([c093bbd](https://github.com/orbcorp/orb-node/commit/c093bbd7554a0016797def8f2dd4f3f8bb1dc961))
10+
* **api:** api update ([#553](https://github.com/orbcorp/orb-node/issues/553)) ([fc56426](https://github.com/orbcorp/orb-node/commit/fc564266196bc1dc5806ba600114056b5d85103b))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([#550](https://github.com/orbcorp/orb-node/issues/550)) ([1fe40c9](https://github.com/orbcorp/orb-node/commit/1fe40c9f487c96219b2712b44ebcb96e41d5f718))
16+
* **internal:** codegen related update ([#554](https://github.com/orbcorp/orb-node/issues/554)) ([3a2ad3c](https://github.com/orbcorp/orb-node/commit/3a2ad3cf2b86597ce08167e416d0a61547943b7b))
17+
318
## 4.67.0 (2025-03-07)
419

520
Full Changelog: [v4.66.0...v4.67.0](https://github.com/orbcorp/orb-node/compare/v4.66.0...v4.67.0)

package.json

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

src/version.ts

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

0 commit comments

Comments
 (0)