Skip to content

Commit aabab96

Browse files
release: 0.28.0
1 parent 0d3562f commit aabab96

File tree

6 files changed

+245
-5
lines changed

6 files changed

+245
-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.27.0"
2+
".": "0.28.0"
33
}

CHANGELOG.md

Lines changed: 240 additions & 0 deletions
Large diffs are not rendered by default.

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

0 commit comments

Comments
 (0)