From 6196222b35a8eb2a24ce5e4b1c5e2ae675af07d3 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:51:43 +0100 Subject: [PATCH] chore(main): release 4.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34a3350..3d3c526 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.2.0" + ".": "4.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4656d1..f56713e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.2.1](https://github.com/Finch-API/finch-api-node/compare/v4.2.0...v4.2.1) (2023-08-26) + + +### Refactors + +* remove unnecessary line in constructor ([#134](https://github.com/Finch-API/finch-api-node/issues/134)) ([39f814f](https://github.com/Finch-API/finch-api-node/commit/39f814fe0a8be2c9e6ead55401ce65ca96b0d4d3)) + + +### Chores + +* **internal:** add helper method ([#137](https://github.com/Finch-API/finch-api-node/issues/137)) ([676e907](https://github.com/Finch-API/finch-api-node/commit/676e9074689c11260e9f04818531b79ab495de89)) +* **internal:** remove reviewer ([#136](https://github.com/Finch-API/finch-api-node/issues/136)) ([7fecce1](https://github.com/Finch-API/finch-api-node/commit/7fecce17da938489e3c9906019f778e836625d17)) + ## [4.2.0](https://github.com/Finch-API/finch-api-node/compare/v4.1.0...v4.2.0) (2023-08-24) diff --git a/package.json b/package.json index 8f82543..3c21bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "4.2.0", + "version": "4.2.1", "description": "Client library for the Finch API", "author": "Finch ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index f9ec1c7..d7b07b4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.0'; // x-release-please-version +export const VERSION = '4.2.1'; // x-release-please-version