diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 631cf42..d4f0c6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.20.3" + ".": "5.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 024b342..67e84b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.21.0 (2024-04-09) + +Full Changelog: [v5.20.3...v5.21.0](https://github.com/Finch-API/finch-api-node/compare/v5.20.3...v5.21.0) + +### Features + +* **api:** updates ([#337](https://github.com/Finch-API/finch-api-node/issues/337)) ([18d4cbf](https://github.com/Finch-API/finch-api-node/commit/18d4cbf657415f66016621057d52f034db264750)) + ## 5.20.3 (2024-04-04) Full Changelog: [v5.20.2...v5.20.3](https://github.com/Finch-API/finch-api-node/compare/v5.20.2...v5.20.3) diff --git a/package.json b/package.json index 9c92a40..d715607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.20.3", + "version": "5.21.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 aebe1eb..2d3d204 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.20.3'; // x-release-please-version +export const VERSION = '5.21.0'; // x-release-please-version