Skip to content

Commit

Permalink
release: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 25, 2024
1 parent 6c382a5 commit deaab97
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "3.0.0"
".": "3.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.0.1 (2024-07-25)

Full Changelog: [v3.0.0...v3.0.1](https://github.com/orbcorp/orb-node/compare/v3.0.0...v3.0.1)

### Bug Fixes

* **compat:** remove ReadableStream polyfill redundant since node v16 ([#241](https://github.com/orbcorp/orb-node/issues/241)) ([ad290c4](https://github.com/orbcorp/orb-node/commit/ad290c452f41ef1c2f61451b8f12f2a0530eef80))


### Chores

* **tests:** update prism version ([#239](https://github.com/orbcorp/orb-node/issues/239)) ([3d42c76](https://github.com/orbcorp/orb-node/commit/3d42c76165954546c638956031293c7c46e67f0f))

## 3.0.0 (2024-07-18)

Full Changelog: [v2.11.2...v3.0.0](https://github.com/orbcorp/orb-node/compare/v2.11.2...v3.0.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": "3.0.0",
"version": "3.0.1",
"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 = '3.0.0'; // x-release-please-version
export const VERSION = '3.0.1'; // x-release-please-version

0 comments on commit deaab97

Please sign in to comment.