From f62a2e7cb57b2ba380045426761cacef0ef30c18 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:50:51 +0000 Subject: [PATCH] release: 5.18.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78b1d06..e203932 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.18.0" + ".": "5.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f77f42..3b8cbf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 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) + +### Chores + +* **internal:** enable building when git installed ([#293](https://github.com/Finch-API/finch-api-node/issues/293)) ([3e9c578](https://github.com/Finch-API/finch-api-node/commit/3e9c578ab6bdd73b53a4d164b566f7ba814ca0bf)) +* **internal:** minor pagination restructuring ([#296](https://github.com/Finch-API/finch-api-node/issues/296)) ([1553843](https://github.com/Finch-API/finch-api-node/commit/1553843d1f49f2dce99062a80907e828cc21de4c)) +* **internal:** update package.json formatting ([#298](https://github.com/Finch-API/finch-api-node/issues/298)) ([c053279](https://github.com/Finch-API/finch-api-node/commit/c0532797e9410d918b19db0b7a8f7577f9170f36)) +* respect `application/vnd.api+json` content-type header ([#297](https://github.com/Finch-API/finch-api-node/issues/297)) ([80c3c95](https://github.com/Finch-API/finch-api-node/commit/80c3c95a1256da5f60e5dc37730cbde3f73345d9)) + + +### Documentation + +* add a CONTRIBUTING.md ([#295](https://github.com/Finch-API/finch-api-node/issues/295)) ([4bb24b5](https://github.com/Finch-API/finch-api-node/commit/4bb24b59f073fe66ff4b1fabaa44abadc774265b)) + ## 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) diff --git a/package.json b/package.json index e9ade34..9a0ab19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.18.0", + "version": "5.18.1", "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 5069071..dd1c217 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.18.0'; // x-release-please-version +export const VERSION = '5.18.1'; // x-release-please-version