Skip to content

Commit

Permalink
release: 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 11, 2024
1 parent e925ca5 commit 2331fb6
Show file tree
Hide file tree
Showing 4 changed files with 22 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.15.0"
".": "5.16.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 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)

### Features

* **client:** hook up sandbox auth ([#271](https://github.com/Finch-API/finch-api-node/issues/271)) ([ffba918](https://github.com/Finch-API/finch-api-node/commit/ffba9185df0a2652052574aebd145c710943ca39))
* remove redundant endpoint, add sandbox client options (not yet used) ([#270](https://github.com/Finch-API/finch-api-node/issues/270)) ([d49613c](https://github.com/Finch-API/finch-api-node/commit/d49613cd6bc7658b59bc11e955d72588a73c4856))


### Bug Fixes

* use default base url if BASE_URL env var is blank ([#272](https://github.com/Finch-API/finch-api-node/issues/272)) ([3d89ada](https://github.com/Finch-API/finch-api-node/commit/3d89ada8c22bd7ff8272e55d6115a304a548998f))


### Chores

* **internal:** rename unreleased connection status type ([#268](https://github.com/Finch-API/finch-api-node/issues/268)) ([2b070f8](https://github.com/Finch-API/finch-api-node/commit/2b070f8305a630654f655248986f2d752534cd66))

## 5.15.0 (2024-01-09)

Full Changelog: [v5.14.3...v5.15.0](https://github.com/Finch-API/finch-api-node/compare/v5.14.3...v5.15.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.15.0",
"version": "5.16.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.15.0'; // x-release-please-version
export const VERSION = '5.16.0'; // x-release-please-version

0 comments on commit 2331fb6

Please sign in to comment.