diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af957d..ab62551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 31c49ac..e9b9c44 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index bccd5c2..6f5a602 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.0'; // x-release-please-version +export const VERSION = '3.0.1'; // x-release-please-version