Skip to content

Commit 0bbc4e4

Browse files
release: 5.12.0
1 parent b0d5c86 commit 0bbc4e4

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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-
".": "5.11.0"
2+
".": "5.12.0"
33
}

CHANGELOG.md

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

3+
## 5.12.0 (2025-09-29)
4+
5+
Full Changelog: [v5.11.0...v5.12.0](https://github.com/orbcorp/orb-node/compare/v5.11.0...v5.12.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b0d5c86](https://github.com/orbcorp/orb-node/commit/b0d5c86e281ce0b40e24ce8cebc236d966118142))
10+
11+
12+
### Performance Improvements
13+
14+
* faster formatting ([50c7725](https://github.com/orbcorp/orb-node/commit/50c77253c12be122ea838a3c00542f638713b2e5))
15+
16+
17+
### Chores
18+
19+
* **internal:** codegen related update ([f7e1b19](https://github.com/orbcorp/orb-node/commit/f7e1b190045dc737efee567fa1e8846f842a1315))
20+
* **internal:** fix incremental formatting in some cases ([e4ce871](https://github.com/orbcorp/orb-node/commit/e4ce87131ac73f953c2b062a7bc6b74fd598c040))
21+
* **internal:** ignore .eslintcache ([ed5c44b](https://github.com/orbcorp/orb-node/commit/ed5c44b015bfc48032e2950d49fb547b48decc76))
22+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([9da5396](https://github.com/orbcorp/orb-node/commit/9da53961a69eedcb3ed6178f91992bc7dce5ed68))
23+
324
## 5.11.0 (2025-09-19)
425

526
Full Changelog: [v5.10.0...v5.11.0](https://github.com/orbcorp/orb-node/compare/v5.10.0...v5.11.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": "5.11.0",
3+
"version": "5.12.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 = '5.11.0'; // x-release-please-version
1+
export const VERSION = '5.12.0'; // x-release-please-version

0 commit comments

Comments
 (0)