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.9.0 "
2+ "." : " 0.9.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.1 (2025-05-13)
4+
5+ Full Changelog: [ v0.9.0...v0.9.1] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.9.0...v0.9.1 )
6+
7+ ### Chores
8+
9+ * ** internal:** codegen related update ([ 508b4e2] ( https://github.com/isaacus-dev/isaacus-typescript/commit/508b4e26db593f0adb0e9c68ba0fcf53b99ec4e8 ) )
10+
311## 0.9.0 (2025-05-10)
412
513Full Changelog: [ v0.8.0...v0.9.0] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.8.0...v0.9.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " isaacus" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.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 "name" : " isaacus-mcp" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.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 @@ -19,7 +19,7 @@ export { endpoints } from './tools';
1919export const server = new McpServer (
2020 {
2121 name : 'isaacus_api' ,
22- version : '0.9.0 ' ,
22+ version : '0.9.1 ' ,
2323 } ,
2424 {
2525 capabilities : {
Original file line number Diff line number Diff line change 1- export const VERSION = '0.9.0 ' ; // x-release-please-version
1+ export const VERSION = '0.9.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments