Skip to content

Commit 598efd5

Browse files
release: 4.71.0
1 parent f25a699 commit 598efd5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.70.0"
2+
".": "4.71.0"
33
}

CHANGELOG.md

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

3+
## 4.71.0 (2025-03-20)
4+
5+
Full Changelog: [v4.70.0...v4.71.0](https://github.com/orbcorp/orb-node/compare/v4.70.0...v4.71.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#570](https://github.com/orbcorp/orb-node/issues/570)) ([f25a699](https://github.com/orbcorp/orb-node/commit/f25a699c95a6f4322d819f82be3cace18e4fd913))
10+
11+
12+
### Chores
13+
14+
* **exports:** cleaner resource index imports ([#567](https://github.com/orbcorp/orb-node/issues/567)) ([1249541](https://github.com/orbcorp/orb-node/commit/12495411c10b12fb432ed5ea2db13cf9fcc43c82))
15+
* **exports:** stop using path fallbacks ([#569](https://github.com/orbcorp/orb-node/issues/569)) ([5c55f33](https://github.com/orbcorp/orb-node/commit/5c55f33931a4814bc5bf623ccc6d892627479168))
16+
317
## 4.70.0 (2025-03-14)
418

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

0 commit comments

Comments
 (0)