Skip to content

Commit

Permalink
chore(main): release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and rattrayalex committed Aug 26, 2023
1 parent 676e907 commit 6196222
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "4.2.0"
".": "4.2.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.2.1](https://github.com/Finch-API/finch-api-node/compare/v4.2.0...v4.2.1) (2023-08-26)


### Refactors

* remove unnecessary line in constructor ([#134](https://github.com/Finch-API/finch-api-node/issues/134)) ([39f814f](https://github.com/Finch-API/finch-api-node/commit/39f814fe0a8be2c9e6ead55401ce65ca96b0d4d3))


### Chores

* **internal:** add helper method ([#137](https://github.com/Finch-API/finch-api-node/issues/137)) ([676e907](https://github.com/Finch-API/finch-api-node/commit/676e9074689c11260e9f04818531b79ab495de89))
* **internal:** remove reviewer ([#136](https://github.com/Finch-API/finch-api-node/issues/136)) ([7fecce1](https://github.com/Finch-API/finch-api-node/commit/7fecce17da938489e3c9906019f778e836625d17))

## [4.2.0](https://github.com/Finch-API/finch-api-node/compare/v4.1.0...v4.2.0) (2023-08-24)


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": "4.2.0",
"version": "4.2.1",
"description": "Client 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 = '4.2.0'; // x-release-please-version
export const VERSION = '4.2.1'; // x-release-please-version

0 comments on commit 6196222

Please sign in to comment.