diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcc809c..ce49ee0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.22.1" + ".": "5.22.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53427c2..72f706d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.22.2 (2024-04-24) + +Full Changelog: [v5.22.1...v5.22.2](https://github.com/Finch-API/finch-api-node/compare/v5.22.1...v5.22.2) + +### Chores + +* **internal:** use actions/checkout@v4 for codeflow ([#346](https://github.com/Finch-API/finch-api-node/issues/346)) ([956404e](https://github.com/Finch-API/finch-api-node/commit/956404e1751efc2e1bc5f7ea6d94e93987368d8c)) + ## 5.22.1 (2024-04-22) Full Changelog: [v5.22.0...v5.22.1](https://github.com/Finch-API/finch-api-node/compare/v5.22.0...v5.22.1) diff --git a/package.json b/package.json index c5d34ce..bdc1504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.22.1", + "version": "5.22.2", "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 99d7365..4c0dfaf 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.22.1'; // x-release-please-version +export const VERSION = '5.22.2'; // x-release-please-version