File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.35 .0"
2+ "." : " 0.36 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.36.0 (2026-03-21)
4+
5+ Full Changelog: [ v0.35.0...v0.36.0] ( https://github.com/hyperspell/node-sdk/compare/v0.35.0...v0.36.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ c684933] ( https://github.com/hyperspell/node-sdk/commit/c684933f087a8e23948c932180ead79e01bec4b4 ) )
10+
11+
12+ ### Chores
13+
14+ * ** tests:** bump steady to v0.19.4 ([ 60d723b] ( https://github.com/hyperspell/node-sdk/commit/60d723b2005ee840ec27fbe4be01b2d363cd2227 ) )
15+ * ** tests:** bump steady to v0.19.5 ([ be42038] ( https://github.com/hyperspell/node-sdk/commit/be42038d3d1aa652e8552bba11cb1d31bcaa08a6 ) )
16+
17+
18+ ### Refactors
19+
20+ * ** tests:** switch from prism to steady ([ 489061f] ( https://github.com/hyperspell/node-sdk/commit/489061f36a798209f7ea49566f0f47f5b8964f44 ) )
21+
322## 0.35.0 (2026-03-18)
423
524Full Changelog: [ v0.34.0...v0.35.0] ( https://github.com/hyperspell/node-sdk/compare/v0.34.0...v0.35.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " hyperspell" ,
3- "version" : " 0.35 .0" ,
3+ "version" : " 0.36 .0" ,
44 "description" : " The official TypeScript library for the Hyperspell API" ,
55 "author" : " Hyperspell <hello@hyperspell.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " hyperspell-mcp" ,
4- "version" : " 0.35 .0" ,
4+ "version" : " 0.36 .0" ,
55 "description" : " The official MCP Server for the Hyperspell API" ,
66 "author" : {
77 "name" : " Hyperspell" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hyperspell-mcp" ,
3- "version" : " 0.35 .0" ,
3+ "version" : " 0.36 .0" ,
44 "description" : " The official MCP Server for the Hyperspell API" ,
55 "author" : " Hyperspell <hello@hyperspell.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2121 new McpServer (
2222 {
2323 name : 'hyperspell_api' ,
24- version : '0.35 .0' ,
24+ version : '0.36 .0' ,
2525 } ,
2626 {
2727 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.35 .0' ; // x-release-please-version
1+ export const VERSION = '0.36 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments