Skip to content

Commit fcc305c

Browse files
release: 4.71.4
1 parent 65f35cd commit fcc305c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.71.3"
2+
".": "4.71.4"
33
}

CHANGELOG.md

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

3+
## 4.71.4 (2025-04-03)
4+
5+
Full Changelog: [v4.71.3...v4.71.4](https://github.com/orbcorp/orb-node/compare/v4.71.3...v4.71.4)
6+
7+
### Bug Fixes
8+
9+
* **api:** improve type resolution when importing as a package ([#583](https://github.com/orbcorp/orb-node/issues/583)) ([e11cdbb](https://github.com/orbcorp/orb-node/commit/e11cdbb60c8d24f7d9116afd2eab0f8d2de0123c))
10+
11+
12+
### Chores
13+
14+
* **internal:** add aliases for Record and Array ([#581](https://github.com/orbcorp/orb-node/issues/581)) ([b89bd0a](https://github.com/orbcorp/orb-node/commit/b89bd0aede140b1be66449198117bf3cabc86773))
15+
316
## 4.71.3 (2025-04-02)
417

518
Full Changelog: [v4.71.2...v4.71.3](https://github.com/orbcorp/orb-node/compare/v4.71.2...v4.71.3)

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.71.3",
3+
"version": "4.71.4",
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.71.3'; // x-release-please-version
1+
export const VERSION = '4.71.4'; // x-release-please-version

0 commit comments

Comments
 (0)