diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a0c8c3e..7443ba2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.16.0" + ".": "5.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e37e61..8f01d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.17.0 (2024-01-12) + +Full Changelog: [v5.16.0...v5.17.0](https://github.com/Finch-API/finch-api-node/compare/v5.16.0...v5.17.0) + +### Features + +* **webhooks:** add types to the `unwrap` method ([#273](https://github.com/Finch-API/finch-api-node/issues/273)) ([52be237](https://github.com/Finch-API/finch-api-node/commit/52be2376e996353197185130d52ce15b21d592df)) + + +### Chores + +* **internal:** narrow type into stringifyQuery ([#275](https://github.com/Finch-API/finch-api-node/issues/275)) ([8ed3d63](https://github.com/Finch-API/finch-api-node/commit/8ed3d630ca4ef00604a2fa697e5a348eac5f8690)) + + +### Documentation + +* **readme:** improve api reference ([#276](https://github.com/Finch-API/finch-api-node/issues/276)) ([ccc6aec](https://github.com/Finch-API/finch-api-node/commit/ccc6aec4ac0d082fd17ac11901ee805ea689afa3)) + ## 5.16.0 (2024-01-11) Full Changelog: [v5.15.0...v5.16.0](https://github.com/Finch-API/finch-api-node/compare/v5.15.0...v5.16.0) diff --git a/package.json b/package.json index 82360c9..9b61d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "5.16.0", + "version": "5.17.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 cf8aa54..02ab094 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.16.0'; // x-release-please-version +export const VERSION = '5.17.0'; // x-release-please-version