From 2280bd606b83b6407facb620c3d41a7912a955e7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:09:43 +0000 Subject: [PATCH] release: 5.17.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff3780a..0af9b68 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.17.1" + ".": "5.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d1b0d..a76668e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Chores + +* **internal:** support pre-release versioning ([#288](https://github.com/Finch-API/finch-api-node/issues/288)) ([d97d778](https://github.com/Finch-API/finch-api-node/commit/d97d7780bfae0e3a577d9c0630c57fda1683035d)) + ## 5.17.1 (2024-01-30) Full Changelog: [v5.17.0...v5.17.1](https://github.com/Finch-API/finch-api-node/compare/v5.17.0...v5.17.1) diff --git a/package.json b/package.json index d684861..b182774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.17.1", + "version": "5.17.2", "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 6b04088..cd7b227 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.17.1'; // x-release-please-version +export const VERSION = '5.17.2'; // x-release-please-version