Skip to content

Commit 37be07d

Browse files
release: 4.69.1
1 parent 03b985b commit 37be07d

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.69.1 (2025-03-13)
4+
5+
Full Changelog: [v4.69.0...v4.69.1](https://github.com/orbcorp/orb-node/compare/v4.69.0...v4.69.1)
6+
7+
### Bug Fixes
8+
9+
* **exports:** ensure resource imports don't require /index ([#562](https://github.com/orbcorp/orb-node/issues/562)) ([6d5b098](https://github.com/orbcorp/orb-node/commit/6d5b0988a3b89ec21561e3fc208a9b2481399592))
10+
11+
12+
### Chores
13+
14+
* **api:** correctly support ExternalCustomerID array filter on Subscriptions.List ([#561](https://github.com/orbcorp/orb-node/issues/561)) ([d0b1aa6](https://github.com/orbcorp/orb-node/commit/d0b1aa62f09003ca1a2f66a0dae5208077fb57c9))
15+
* **internal:** remove extra empty newlines ([#559](https://github.com/orbcorp/orb-node/issues/559)) ([f177a13](https://github.com/orbcorp/orb-node/commit/f177a13635912d93c9c03b34752fbff9b713b991))
16+
317
## 4.69.0 (2025-03-11)
418

519
Full Changelog: [v4.68.0...v4.69.0](https://github.com/orbcorp/orb-node/compare/v4.68.0...v4.69.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.69.0",
3+
"version": "4.69.1",
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.69.0'; // x-release-please-version
1+
export const VERSION = '4.69.1'; // x-release-please-version

0 commit comments

Comments
 (0)