Skip to content

Commit

Permalink
release: 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 12, 2024
1 parent b7eb386 commit 15fbecb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.16.0"
".": "5.17.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <founders@tryfinch.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.16.0'; // x-release-please-version
export const VERSION = '5.17.0'; // x-release-please-version

0 comments on commit 15fbecb

Please sign in to comment.