From 5ba37e345aa3537f77965d7c94a005f97b4d2cf9 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:19:22 +0100 Subject: [PATCH] chore(main): release 4.1.0 --- .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 e6f8775..411256b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0caaa0f..25c0da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.1.0](https://github.com/Finch-API/finch-api-node/compare/v4.0.0...v4.1.0) (2023-08-17) + + +### Features + +* **client:** improve compatibility with Bun ([#124](https://github.com/Finch-API/finch-api-node/issues/124)) ([6a9c632](https://github.com/Finch-API/finch-api-node/commit/6a9c632da15ac8977c83ead6c2af15ad106de0a6)) +* **docs:** add documentation to the client constructor ([#123](https://github.com/Finch-API/finch-api-node/issues/123)) ([747855e](https://github.com/Finch-API/finch-api-node/commit/747855ea266438dd28f45e3471f7cc24025cf65f)) + + +### Bug Fixes + +* **client:** fix TypeError when a request gets retried ([#121](https://github.com/Finch-API/finch-api-node/issues/121)) ([25de6e2](https://github.com/Finch-API/finch-api-node/commit/25de6e2e3c63812a024ad2b011f722d031ae187e)) + ## [4.0.0](https://github.com/Finch-API/finch-api-node/compare/v3.1.3...v4.0.0) (2023-08-16) diff --git a/package.json b/package.json index 1b260de..ba82097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "4.0.0", + "version": "4.1.0", "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 ca6b851..be6bae1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.0.0'; // x-release-please-version +export const VERSION = '4.1.0'; // x-release-please-version