Skip to content

Commit 131cdee

Browse files
release: 0.27.0
1 parent b2d1df3 commit 131cdee

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.27.0 (2025-10-16)
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 ([5ccc509](https://github.com/hyperspell/node-sdk/commit/5ccc50944b5d6f712d8329f1d3695a64cdfbcb10))
10+
* **api:** update via SDK Studio ([8a17972](https://github.com/hyperspell/node-sdk/commit/8a179727d98ee9af7110bb5cebe7e07ac6c7cdcb))
11+
312
## 0.26.0 (2025-10-14)
413

514
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)