diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f5405..ada7355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab62551..fe0a002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.1.0 (2024-07-29) + +Full Changelog: [v3.0.1...v3.1.0](https://github.com/orbcorp/orb-node/compare/v3.0.1...v3.1.0) + +### Features + +* **api:** add cadence enum value 'custom' ([#244](https://github.com/orbcorp/orb-node/issues/244)) ([8db1917](https://github.com/orbcorp/orb-node/commit/8db19172e092e52e29d391f973742a504bcdbcb8)) + + +### Chores + +* **docs:** fix incorrect client var names ([#242](https://github.com/orbcorp/orb-node/issues/242)) ([46900a2](https://github.com/orbcorp/orb-node/commit/46900a23dcefbd766d98caf623357cbca51c78ab)) + ## 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) diff --git a/package.json b/package.json index e9b9c44..fcea0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "3.0.1", + "version": "3.1.0", "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 6f5a602..cc0b2a9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.0.1'; // x-release-please-version +export const VERSION = '3.1.0'; // x-release-please-version