Skip to content

Commit 9b22460

Browse files
committed
release: 10.8.3
1 parent b106153 commit 9b22460

6 files changed

Lines changed: 26 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.8.2"
2+
".": "10.8.3"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [10.8.3](https://github.com/Finch-API/finch-api-node/compare/v10.8.2...v10.8.3) (2026-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **stlc:** deploy empty-seal re-anchor fix ([f13be3b](https://github.com/Finch-API/finch-api-node/commit/f13be3b1918ef6f145e77e597bf080c49b72a2fc))
9+
10+
11+
### Chores
12+
13+
* **api:** rebuild SDK ([b8a0153](https://github.com/Finch-API/finch-api-node/commit/b8a0153ba8d4aed5c6632066ea1fd48ca8183117))
14+
* **api:** rebuild SDK ([23c4705](https://github.com/Finch-API/finch-api-node/commit/23c470505213cb971b004c40ec8107d4bbcf5b81))
15+
* **api:** rebuild SDK ([87b948a](https://github.com/Finch-API/finch-api-node/commit/87b948a1b23d424a2e0ab485ebccaba43143ed23))
16+
* **api:** rebuild SDK ([02bc7f0](https://github.com/Finch-API/finch-api-node/commit/02bc7f0f58868322147a12eb1432b6551bea9ad6))
17+
* **api:** rebuild SDK ([c525a28](https://github.com/Finch-API/finch-api-node/commit/c525a28ede666aa5fb96225ce348a24b94fe04ed))
18+
* **api:** rebuild SDK ([93bde19](https://github.com/Finch-API/finch-api-node/commit/93bde19cbadf4a24eb10ad8176d7aa292bde993a))
19+
* **api:** rebuild SDK ([f3a9829](https://github.com/Finch-API/finch-api-node/commit/f3a98293f9fefb7c71fe82ce694c0d90ac51717c))
20+
* **api:** rebuild SDK ([7326e0e](https://github.com/Finch-API/finch-api-node/commit/7326e0e5cb01da1c3c16fb01701bf38ad8718079))
21+
* **deps:** bump @humanfs/node from 0.16.6 to 0.16.8 ([b106153](https://github.com/Finch-API/finch-api-node/commit/b1061537cbc4a25859f75bcc7b5eb8ca3e87755d))
22+
* **deps:** bump @humanfs/node from 0.16.6 to 0.16.8 ([6982ec2](https://github.com/Finch-API/finch-api-node/commit/6982ec21364df07b5831a82656853f01d44faff5))
23+
324
## [10.8.2](https://github.com/Finch-API/finch-api-node/compare/v10.8.1...v10.8.2) (2026-08-24)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api",
3-
"version": "10.8.2",
3+
"version": "10.8.3",
44
"description": "The official TypeScript library for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@tryfinch/finch-api-mcp",
4-
"version": "10.8.2",
4+
"version": "10.8.3",
55
"description": "The official MCP Server for the Finch API",
66
"author": {
77
"name": "Finch",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api-mcp",
3-
"version": "10.8.2",
3+
"version": "10.8.3",
44
"description": "The official MCP Server for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '10.8.2'; // x-release-please-version
1+
export const VERSION = '10.8.3'; // x-release-please-version

0 commit comments

Comments
 (0)