Skip to content

Commit

Permalink
release: 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 26, 2024
1 parent 4cbb8ab commit bde96b7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.23.0"
".": "4.24.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.24.0 (2024-09-26)

Full Changelog: [v4.23.0...v4.24.0](https://github.com/orbcorp/orb-node/compare/v4.23.0...v4.24.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#348](https://github.com/orbcorp/orb-node/issues/348)) ([4cbb8ab](https://github.com/orbcorp/orb-node/commit/4cbb8abf1b962da57ecfec2bba77089607d9f09c))


### Chores

* **docs:** internal update ([#345](https://github.com/orbcorp/orb-node/issues/345)) ([8a05f3c](https://github.com/orbcorp/orb-node/commit/8a05f3c6169c726cfe0c5351c3ba06b9f76bf56a))
* **docs:** internal update ([#347](https://github.com/orbcorp/orb-node/issues/347)) ([00696b7](https://github.com/orbcorp/orb-node/commit/00696b7c089da843e513d1d8b9ae9dde9c232f96))

## 4.23.0 (2024-09-25)

Full Changelog: [v4.22.0...v4.23.0](https://github.com/orbcorp/orb-node/compare/v4.22.0...v4.23.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "4.23.0",
"version": "4.24.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '4.23.0'; // x-release-please-version
export const VERSION = '4.24.0'; // x-release-please-version

0 comments on commit bde96b7

Please sign in to comment.