Skip to content

Commit 1856a76

Browse files
authored
release: 10.8.2 (#681)
1 parent 0a901cb commit 1856a76

6 files changed

Lines changed: 14 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.1"
2+
".": "10.8.2"
33
}

CHANGELOG.md

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

3+
## [10.8.2](https://github.com/Finch-API/finch-api-node/compare/v10.8.1...v10.8.2) (2026-08-24)
4+
5+
6+
### Chores
7+
8+
* **api:** rebuild SDK ([b2e55b4](https://github.com/Finch-API/finch-api-node/commit/b2e55b4b0e8d261f45633cf0eb2ffb5c97f18e12))
9+
* **api:** rebuild SDK ([11732d0](https://github.com/Finch-API/finch-api-node/commit/11732d030c10d9dc6f158f34d6366c8c3ad525cd))
10+
* **api:** rebuild SDK ([9050e9e](https://github.com/Finch-API/finch-api-node/commit/9050e9e8cd831f55d5ccc4f3b619b61e34248b5d))
11+
312
## [10.8.1](https://github.com/Finch-API/finch-api-node/compare/v10.8.0...v10.8.1) (2026-08-21)
413

514

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.1",
3+
"version": "10.8.2",
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.1",
4+
"version": "10.8.2",
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.1",
3+
"version": "10.8.2",
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.1'; // x-release-please-version
1+
export const VERSION = '10.8.2'; // x-release-please-version

0 commit comments

Comments
 (0)