From 3f5dd6fc3e93d89a60b42c8e0d5cac3e2fa9a25f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:57:10 +0000 Subject: [PATCH] release: 5.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63a3704..dec4796 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.19.0" + ".": "5.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdf0ee..dea192d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 5.20.0 (2024-03-01) + +Full Changelog: [v5.19.0...v5.20.0](https://github.com/Finch-API/finch-api-node/compare/v5.19.0...v5.20.0) + +### Features + +* **api:** make redirect_uri optional ([#309](https://github.com/Finch-API/finch-api-node/issues/309)) ([dece0b1](https://github.com/Finch-API/finch-api-node/commit/dece0b197d3dcdef8e4d942dd63c9116f0993b9e)) + + +### Chores + +* **ci:** update actions/setup-node action to v4 ([#306](https://github.com/Finch-API/finch-api-node/issues/306)) ([264cd84](https://github.com/Finch-API/finch-api-node/commit/264cd84d0612cd7c38f668c3f6bd7915797c7cea)) +* **docs:** mention install from git repo ([#312](https://github.com/Finch-API/finch-api-node/issues/312)) ([179ba5f](https://github.com/Finch-API/finch-api-node/commit/179ba5f0fe3949bdb5931cec7c9e84ab908857da)) +* **internal:** update deps ([#308](https://github.com/Finch-API/finch-api-node/issues/308)) ([86633d4](https://github.com/Finch-API/finch-api-node/commit/86633d4edecb98d6915f1a580795f2fa92e4e58d)) + + +### Documentation + +* **contributing:** improve wording ([#310](https://github.com/Finch-API/finch-api-node/issues/310)) ([bef514c](https://github.com/Finch-API/finch-api-node/commit/bef514c4bfd856472d349c751f1d98f2ea16a101)) +* **readme:** fix typo in custom fetch implementation ([#311](https://github.com/Finch-API/finch-api-node/issues/311)) ([5b8010f](https://github.com/Finch-API/finch-api-node/commit/5b8010ffd678dae1a695b2f739a56e9a68ea23d7)) + ## 5.19.0 (2024-02-20) Full Changelog: [v5.18.2...v5.19.0](https://github.com/Finch-API/finch-api-node/compare/v5.18.2...v5.19.0) diff --git a/package.json b/package.json index 734592f..58eef64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.19.0", + "version": "5.20.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 6bd23c1..36168d9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.19.0'; // x-release-please-version +export const VERSION = '5.20.0'; // x-release-please-version