Skip to content

Commit

Permalink
release: 5.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and stainless-app[bot] committed Feb 12, 2024
1 parent 93f44bb commit f62a2e7
Show file tree
Hide file tree
Showing 4 changed files with 19 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.18.0"
".": "5.18.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 5.18.1 (2024-02-08)

Full Changelog: [v5.18.0...v5.18.1](https://github.com/Finch-API/finch-api-node/compare/v5.18.0...v5.18.1)

### Chores

* **internal:** enable building when git installed ([#293](https://github.com/Finch-API/finch-api-node/issues/293)) ([3e9c578](https://github.com/Finch-API/finch-api-node/commit/3e9c578ab6bdd73b53a4d164b566f7ba814ca0bf))
* **internal:** minor pagination restructuring ([#296](https://github.com/Finch-API/finch-api-node/issues/296)) ([1553843](https://github.com/Finch-API/finch-api-node/commit/1553843d1f49f2dce99062a80907e828cc21de4c))
* **internal:** update package.json formatting ([#298](https://github.com/Finch-API/finch-api-node/issues/298)) ([c053279](https://github.com/Finch-API/finch-api-node/commit/c0532797e9410d918b19db0b7a8f7577f9170f36))
* respect `application/vnd.api+json` content-type header ([#297](https://github.com/Finch-API/finch-api-node/issues/297)) ([80c3c95](https://github.com/Finch-API/finch-api-node/commit/80c3c95a1256da5f60e5dc37730cbde3f73345d9))


### Documentation

* add a CONTRIBUTING.md ([#295](https://github.com/Finch-API/finch-api-node/issues/295)) ([4bb24b5](https://github.com/Finch-API/finch-api-node/commit/4bb24b59f073fe66ff4b1fabaa44abadc774265b))

## 5.18.0 (2024-02-02)

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

0 comments on commit f62a2e7

Please sign in to comment.