diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0721b49..a67037a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.22.12" + ".": "5.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac08ac..a11d4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.23.0 (2024-06-06) + +Full Changelog: [v5.22.12...v5.23.0](https://github.com/Finch-API/finch-api-node/compare/v5.22.12...v5.23.0) + +### Features + +* **api:** updates ([#384](https://github.com/Finch-API/finch-api-node/issues/384)) ([226caaa](https://github.com/Finch-API/finch-api-node/commit/226caaad82bb510655021cb1b738d77b0a3d0ea1)) + ## 5.22.12 (2024-05-31) Full Changelog: [v5.22.11...v5.22.12](https://github.com/Finch-API/finch-api-node/compare/v5.22.11...v5.22.12) diff --git a/package.json b/package.json index 0d07e3d..636db62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.22.12", + "version": "5.23.0", "description": "The official TypeScript library for the Finch API", "author": "Finch ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 971c423..2196b69 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.22.12'; // x-release-please-version +export const VERSION = '5.23.0'; // x-release-please-version