File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed
Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.3 .0"
2+ "." : " 1.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 (2025-09-06)
4+
5+ Full Changelog: [ v1.3.0...v1.4.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.3.0...v1.4.0 )
6+
7+ ### Features
8+
9+ * ** mcp:** allow setting logging level ([ 09e1385] ( https://github.com/CASParser/cas-parser-node/commit/09e1385c6aca980373b2e306a322ededef76a968 ) )
10+ * ** mcp:** expose client options in ` streamableHTTPApp ` ([ 8b00452] ( https://github.com/CASParser/cas-parser-node/commit/8b00452cbb7fce7b4d63e240021c2088f3ff1724 ) )
11+
12+
13+ ### Chores
14+
15+ * ci build action ([ 52509dd] ( https://github.com/CASParser/cas-parser-node/commit/52509ddf57d2452be7194a560a77f497668e75ae ) )
16+ * ** internal:** codegen related update ([ fbd7b14] ( https://github.com/CASParser/cas-parser-node/commit/fbd7b14ecce310840c07c198b070b3546178a2ae ) )
17+ * ** internal:** codegen related update ([ 328471e] ( https://github.com/CASParser/cas-parser-node/commit/328471eb93f460fbf4e56139ed85c6565e0c3f72 ) )
18+ * ** internal:** update global Error reference ([ a1c4a4b] ( https://github.com/CASParser/cas-parser-node/commit/a1c4a4b62f88fe05201137ae92a934f9248dc237 ) )
19+
320## 1.3.0 (2025-08-24)
421
522Full Changelog: [ v1.2.0...v1.3.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.2.0...v1.3.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " The official TypeScript library for the Cas Parser API" ,
55 "author" : " Cas Parser <sameer@casparser.in>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node-mcp" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " The official MCP Server for the Cas Parser API" ,
55 "author" : " Cas Parser <sameer@casparser.in>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const newMcpServer = () =>
3333 new McpServer (
3434 {
3535 name : 'cas_parser_node_api' ,
36- version : '1.3 .0' ,
36+ version : '1.4 .0' ,
3737 } ,
3838 { capabilities : { tools : { } , logging : { } } } ,
3939 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '1.3 .0' ; // x-release-please-version
1+ export const VERSION = '1.4 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments