From accfd1e501839df186b1d1307575277399133d0e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:44:15 +0000 Subject: [PATCH] release: 5.18.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 0af9b68..78b1d06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.17.2" + ".": "5.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a76668e..1f77f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 5.18.0 (2024-02-02) + +Full Changelog: [v5.17.2...v5.18.0](https://github.com/Finch-API/finch-api-node/compare/v5.17.2...v5.18.0) + +### Features + +* **api:** create access token reads client opts if not provided ([#290](https://github.com/Finch-API/finch-api-node/issues/290)) ([8cd787e](https://github.com/Finch-API/finch-api-node/commit/8cd787e107c7ffb2b850d095ab49c6b8144e2c04)) + + +### Chores + +* **interal:** make link to api.md relative ([#292](https://github.com/Finch-API/finch-api-node/issues/292)) ([12dd552](https://github.com/Finch-API/finch-api-node/commit/12dd552314f7d83eae9d51e8a67a33710e506f32)) + ## 5.17.2 (2024-01-30) Full Changelog: [v5.17.1...v5.17.2](https://github.com/Finch-API/finch-api-node/compare/v5.17.1...v5.17.2) diff --git a/package.json b/package.json index b182774..947b222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.17.2", + "version": "5.18.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 cd7b227..5069071 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.17.2'; // x-release-please-version +export const VERSION = '5.18.0'; // x-release-please-version