Skip to content

Commit 35975d2

Browse files
committed
release: 0.40.1
1 parent 9604f1b commit 35975d2

6 files changed

Lines changed: 12 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-
".": "0.40.0"
2+
".": "0.40.1"
33
}

CHANGELOG.md

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

3+
## [0.40.1](https://github.com/hyperspell/node-sdk/compare/v0.40.0...v0.40.1) (2026-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **mcp:** execute tool dies on Deno >= 2 (unix socket needs net permission) ([#100](https://github.com/hyperspell/node-sdk/issues/100)) ([9604f1b](https://github.com/hyperspell/node-sdk/commit/9604f1b621b96f9e4024ce9e0bb3c458bda055f1))
9+
310
## [0.40.0](https://github.com/hyperspell/node-sdk/compare/v0.39.0...v0.40.0) (2026-06-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperspell/hyperspell",
3-
"version": "0.40.0",
3+
"version": "0.40.1",
44
"description": "The official TypeScript library for the Hyperspell API",
55
"author": "Hyperspell <hello@hyperspell.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": "@hyperspell/hyperspell-mcp",
4-
"version": "0.40.0",
4+
"version": "0.40.1",
55
"description": "The official MCP Server for the Hyperspell API",
66
"author": {
77
"name": "Hyperspell",

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": "@hyperspell/hyperspell-mcp",
3-
"version": "0.40.0",
3+
"version": "0.40.1",
44
"description": "The official MCP Server for the Hyperspell API",
55
"author": "Hyperspell <hello@hyperspell.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 = '0.40.0'; // x-release-please-version
1+
export const VERSION = '0.40.1'; // x-release-please-version

0 commit comments

Comments
 (0)