diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e203932..c830860 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.18.1" + ".": "5.18.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8cbf5..4a97c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.18.2 (2024-02-15) + +Full Changelog: [v5.18.1...v5.18.2](https://github.com/Finch-API/finch-api-node/compare/v5.18.1...v5.18.2) + +### Chores + +* **internal:** refactor release environment script ([#299](https://github.com/Finch-API/finch-api-node/issues/299)) ([3147fb7](https://github.com/Finch-API/finch-api-node/commit/3147fb7e739df2b93ca2104f68d74c06ddc9a5c9)) + ## 5.18.1 (2024-02-08) Full Changelog: [v5.18.0...v5.18.1](https://github.com/Finch-API/finch-api-node/compare/v5.18.0...v5.18.1) diff --git a/package.json b/package.json index 9a0ab19..0860808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.18.1", + "version": "5.18.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 dd1c217..00d0ab3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.18.1'; // x-release-please-version +export const VERSION = '5.18.2'; // x-release-please-version