Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.8.2"
".": "10.8.3"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [10.8.3](https://github.com/Finch-API/finch-api-node/compare/v10.8.2...v10.8.3) (2026-09-03)


### Bug Fixes

* **stlc:** deploy empty-seal re-anchor fix ([f13be3b](https://github.com/Finch-API/finch-api-node/commit/f13be3b1918ef6f145e77e597bf080c49b72a2fc))


### Chores

* **api:** rebuild SDK ([b8a0153](https://github.com/Finch-API/finch-api-node/commit/b8a0153ba8d4aed5c6632066ea1fd48ca8183117))
* **api:** rebuild SDK ([23c4705](https://github.com/Finch-API/finch-api-node/commit/23c470505213cb971b004c40ec8107d4bbcf5b81))
* **api:** rebuild SDK ([87b948a](https://github.com/Finch-API/finch-api-node/commit/87b948a1b23d424a2e0ab485ebccaba43143ed23))
* **api:** rebuild SDK ([02bc7f0](https://github.com/Finch-API/finch-api-node/commit/02bc7f0f58868322147a12eb1432b6551bea9ad6))
* **api:** rebuild SDK ([c525a28](https://github.com/Finch-API/finch-api-node/commit/c525a28ede666aa5fb96225ce348a24b94fe04ed))
* **api:** rebuild SDK ([93bde19](https://github.com/Finch-API/finch-api-node/commit/93bde19cbadf4a24eb10ad8176d7aa292bde993a))
* **api:** rebuild SDK ([f3a9829](https://github.com/Finch-API/finch-api-node/commit/f3a98293f9fefb7c71fe82ce694c0d90ac51717c))
* **api:** rebuild SDK ([7326e0e](https://github.com/Finch-API/finch-api-node/commit/7326e0e5cb01da1c3c16fb01701bf38ad8718079))
* **deps:** bump @humanfs/node from 0.16.6 to 0.16.8 ([b106153](https://github.com/Finch-API/finch-api-node/commit/b1061537cbc4a25859f75bcc7b5eb8ca3e87755d))
* **deps:** bump @humanfs/node from 0.16.6 to 0.16.8 ([6982ec2](https://github.com/Finch-API/finch-api-node/commit/6982ec21364df07b5831a82656853f01d44faff5))
* **deps:** bump browserslist from 4.28.1 to 4.28.8 ([4034656](https://github.com/Finch-API/finch-api-node/commit/40346562eb953d1487ffd675516d1c19aad851e7))
* **deps:** bump browserslist from 4.28.1 to 4.28.8 ([c6737c0](https://github.com/Finch-API/finch-api-node/commit/c6737c007d775fe1b7bde98c13ad589b971d9a6d))

## [10.8.2](https://github.com/Finch-API/finch-api-node/compare/v10.8.1...v10.8.2) (2026-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": "10.8.2",
"version": "10.8.3",
"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 packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "@tryfinch/finch-api-mcp",
"version": "10.8.2",
"version": "10.8.3",
"description": "The official MCP Server for the Finch API",
"author": {
"name": "Finch",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryfinch/finch-api-mcp",
"version": "10.8.2",
"version": "10.8.3",
"description": "The official MCP Server 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 = '10.8.2'; // x-release-please-version
export const VERSION = '10.8.3'; // x-release-please-version