File tree 6 files changed +13
-5
lines changed
6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.9.0 "
2
+ "." : " 0.9.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.9.0 (2025-05-10)
4
12
5
13
Full 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 1
1
{
2
2
"name" : " isaacus" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " The official TypeScript library for the Isaacus API" ,
5
5
"author" : " Isaacus <support@isaacus.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " isaacus-mcp" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " The official MCP Server for the Isaacus API" ,
5
5
"author" : " Isaacus <support@isaacus.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export { endpoints } from './tools';
19
19
export const server = new McpServer (
20
20
{
21
21
name : 'isaacus_api' ,
22
- version : '0.9.0 ' ,
22
+ version : '0.9.1 ' ,
23
23
} ,
24
24
{
25
25
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