Skip to content

Commit

Permalink
release: 4.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 12, 2024
1 parent 62cec14 commit 4bd5432
Show file tree
Hide file tree
Showing 4 changed files with 19 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.40.0"
".": "4.41.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 4.41.0 (2024-12-12)

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

### Features

* **api:** api update ([#419](https://github.com/orbcorp/orb-node/issues/419)) ([1f3a57f](https://github.com/orbcorp/orb-node/commit/1f3a57f6a7c8de054c495ede973e9746fe1554bf))


### Chores

* **internal:** bump cross-spawn to v7.0.6 ([#416](https://github.com/orbcorp/orb-node/issues/416)) ([3424ec9](https://github.com/orbcorp/orb-node/commit/3424ec91cd4912493bc01d2924f51ebc002f64b9))
* **internal:** remove unnecessary getRequestClient function ([#414](https://github.com/orbcorp/orb-node/issues/414)) ([a0ddd82](https://github.com/orbcorp/orb-node/commit/a0ddd828b55422d13b12abcb7e401c24aee90311))
* **internal:** update isAbsoluteURL ([#418](https://github.com/orbcorp/orb-node/issues/418)) ([6249150](https://github.com/orbcorp/orb-node/commit/6249150672207a4691bb5a627daf3f635c52aa7e))
* **types:** nicer error class types + jsdocs ([#417](https://github.com/orbcorp/orb-node/issues/417)) ([e564fdf](https://github.com/orbcorp/orb-node/commit/e564fdf4283c5cecfacaf050771bf2be826710cb))

## 4.40.0 (2024-12-03)

Full Changelog: [v4.39.0...v4.40.0](https://github.com/orbcorp/orb-node/compare/v4.39.0...v4.40.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.40.0",
"version": "4.41.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.40.0'; // x-release-please-version
export const VERSION = '4.41.0'; // x-release-please-version

0 comments on commit 4bd5432

Please sign in to comment.