File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.11.0 "
2
+ "." : " 0.11.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.11.1 (2025-07-30)
4
+
5
+ Full Changelog: [ v0.11.0...v0.11.1] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.11.0...v0.11.1 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** remove redundant imports config ([ b44ad38] ( https://github.com/isaacus-dev/isaacus-typescript/commit/b44ad387603fbbc6d04af5e43788342798e28c73 ) )
10
+
3
11
## 0.11.0 (2025-07-24)
4
12
5
13
Full Changelog: [ v0.10.0...v0.11.0] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.10.0...v0.11.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " isaacus" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.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.11.0 " ,
3
+ "version" : " 0.11.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 @@ -26,7 +26,7 @@ export { endpoints } from './tools';
26
26
export const server = new McpServer (
27
27
{
28
28
name : 'isaacus_api' ,
29
- version : '0.11.0 ' ,
29
+ version : '0.11.1 ' ,
30
30
} ,
31
31
{ capabilities : { tools : { } } } ,
32
32
) ;
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.11.0 ' ; // x-release-please-version
1
+ export const VERSION = '0.11.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments