From abd4841d851fccd95b886a412708db453e537ccc Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:03:47 +0000 Subject: [PATCH] release: 5.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2777efe..312bc15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.12.1" + ".": "5.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a468308..8ebc2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 5.13.0 (2023-12-06) + +Full Changelog: [v5.12.1...v5.13.0](https://github.com/Finch-API/finch-api-node/compare/v5.12.1...v5.13.0) + +### Features + +* **api:** add `/jobs` endpoints ([#241](https://github.com/Finch-API/finch-api-node/issues/241)) ([8dc8f9d](https://github.com/Finch-API/finch-api-node/commit/8dc8f9d5b54a45d1240bb7cfda0646badce970b7)) +* **api:** add `client_type` and `connection_type` to introspection ([#243](https://github.com/Finch-API/finch-api-node/issues/243)) ([5f0f755](https://github.com/Finch-API/finch-api-node/commit/5f0f755371dacace56442d4cb90bb620ceb3d0d7)) + ## 5.12.1 (2023-12-04) Full Changelog: [v5.12.0...v5.12.1](https://github.com/Finch-API/finch-api-node/compare/v5.12.0...v5.12.1) diff --git a/package.json b/package.json index 3bf16a7..b82a0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.12.1", + "version": "5.13.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 f5b55c1..ca240c1 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.12.1'; // x-release-please-version +export const VERSION = '5.13.0'; // x-release-please-version