Skip to content

Commit 5deaf5d

Browse files
release: 0.27.0
1 parent 0cc695d commit 5deaf5d

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

.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.26.0"
2+
".": "0.27.0"
33
}

CHANGELOG.md

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

3+
## 0.27.0 (2025-10-31)
4+
5+
Full Changelog: [v0.26.0...v0.27.0](https://github.com/hyperspell/node-sdk/compare/v0.26.0...v0.27.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c3c4b7e](https://github.com/hyperspell/node-sdk/commit/c3c4b7e298142c9921db702fc88893573f5f8c5b))
10+
* **api:** api update ([9191f0a](https://github.com/hyperspell/node-sdk/commit/9191f0afb4ed3046be3140a157501c6125ec9126))
11+
* **api:** api update ([5ccc509](https://github.com/hyperspell/node-sdk/commit/5ccc50944b5d6f712d8329f1d3695a64cdfbcb10))
12+
* **api:** update via SDK Studio ([c3a9f7b](https://github.com/hyperspell/node-sdk/commit/c3a9f7ba14118b8270f3a64d583a6bb11776d17e))
13+
* **api:** update via SDK Studio ([8a17972](https://github.com/hyperspell/node-sdk/commit/8a179727d98ee9af7110bb5cebe7e07ac6c7cdcb))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcpb:** pin @anthropic-ai/mcpb version ([0cc695d](https://github.com/hyperspell/node-sdk/commit/0cc695dae9610ca65274cf68ef2df36d3ca3e916))
19+
320
## 0.26.0 (2025-10-14)
421

522
Full Changelog: [v0.25.1...v0.26.0](https://github.com/hyperspell/node-sdk/compare/v0.25.1...v0.26.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperspell",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "The official TypeScript library for the Hyperspell API",
55
"author": "Hyperspell <[email protected]>",
66
"types": "dist/index.d.ts",

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-mcp",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "The official MCP Server for the Hyperspell API",
55
"author": "Hyperspell <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'hyperspell_api',
37-
version: '0.26.0',
37+
version: '0.27.0',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

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

0 commit comments

Comments
 (0)