diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7781e6c..30f954a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.22.7" + ".": "5.22.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bcb88..a617cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.22.8 (2024-05-03) + +Full Changelog: [v5.22.7...v5.22.8](https://github.com/Finch-API/finch-api-node/compare/v5.22.7...v5.22.8) + +### Bug Fixes + +* **package:** revert recent client file change ([#362](https://github.com/Finch-API/finch-api-node/issues/362)) ([97d9b40](https://github.com/Finch-API/finch-api-node/commit/97d9b40534535f673b993d8da1d5f35f7ff7428e)) + ## 5.22.7 (2024-05-02) Full Changelog: [v5.22.6...v5.22.7](https://github.com/Finch-API/finch-api-node/compare/v5.22.6...v5.22.7) diff --git a/package.json b/package.json index 84277e2..f16ee79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.22.7", + "version": "5.22.8", "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 b2b2e22..ba37e46 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.22.7'; // x-release-please-version +export const VERSION = '5.22.8'; // x-release-please-version