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.21.0 "
2+ "." : " 0.21.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.21.1 (2026-03-03)
4+
5+ Full Changelog: [ v0.21.0...v0.21.1] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.21.0...v0.21.1 )
6+
7+ ### Chores
8+
9+ * ** internal:** codegen related update ([ 61d1a70] ( https://github.com/isaacus-dev/isaacus-typescript/commit/61d1a70e6af2ff3c1c0f16517bca200f162cf9c1 ) )
10+
311## 0.21.0 (2026-03-03)
412
513Full Changelog: [ v0.20.2...v0.21.0] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.20.2...v0.21.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " isaacus" ,
3- "version" : " 0.21.0 " ,
3+ "version" : " 0.21.1 " ,
44 "description" : " The official TypeScript library for the Isaacus API" ,
55 "author" : " Isaacus <support@isaacus.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" : " isaacus-mcp" ,
4- "version" : " 0.21.0 " ,
4+ "version" : " 0.21.1 " ,
55 "description" : " The official MCP Server for the Isaacus API" ,
66 "author" : {
77 "name" : " Isaacus" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " isaacus-mcp" ,
3- "version" : " 0.21.0 " ,
3+ "version" : " 0.21.1 " ,
44 "description" : " The official MCP Server for the Isaacus API" ,
55 "author" : " Isaacus <support@isaacus.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020 new McpServer (
2121 {
2222 name : 'isaacus_api' ,
23- version : '0.21.0 ' ,
23+ version : '0.21.1 ' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.21.0 ' ; // x-release-please-version
1+ export const VERSION = '0.21.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments