Skip to content

Commit 86d254f

Browse files
release: 4.18.0
1 parent bffe090 commit 86d254f

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.17.1"
2+
".": "4.18.0"
33
}

CHANGELOG.md

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

3+
## 4.18.0 (2024-09-18)
4+
5+
Full Changelog: [v4.17.1...v4.18.0](https://github.com/orbcorp/orb-node/compare/v4.17.1...v4.18.0)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#322](https://github.com/orbcorp/orb-node/issues/322)) ([b0b1637](https://github.com/orbcorp/orb-node/commit/b0b16373c9d3f38df4e0fd557557dd44996521c7))
10+
* **api:** OpenAPI spec update via Stainless API ([#323](https://github.com/orbcorp/orb-node/issues/323)) ([ff90e33](https://github.com/orbcorp/orb-node/commit/ff90e33f7363ca4c0102b61f760d483b4dfaffba))
11+
12+
13+
### Chores
14+
15+
* better object fallback behaviour for casting errors ([#320](https://github.com/orbcorp/orb-node/issues/320)) ([07fc35b](https://github.com/orbcorp/orb-node/commit/07fc35bb700eea7f6537ab4056d42227ac348428))
16+
317
## 4.17.1 (2024-09-11)
418

519
Full Changelog: [v4.17.0...v4.17.1](https://github.com/orbcorp/orb-node/compare/v4.17.0...v4.17.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb-billing",
3-
"version": "4.17.1",
3+
"version": "4.18.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.17.1'; // x-release-please-version
1+
export const VERSION = '4.18.0'; // x-release-please-version

0 commit comments

Comments
 (0)