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- "." : " 1.7.2 "
2+ "." : " 1.8.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.8.0 (2026-02-23)
4+
5+ Full Changelog: [ v1.7.2...v1.8.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.7.2...v1.8.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 58b6b46] ( https://github.com/CASParser/cas-parser-node/commit/58b6b46652f008b870fa189dc960c2d53e1a3887 ) )
10+ * ** api:** api update ([ a7e9bf9] ( https://github.com/CASParser/cas-parser-node/commit/a7e9bf9a5e23696d476b150f3149f853994d4f6c ) )
11+ * ** api:** api update ([ c7c17cd] ( https://github.com/CASParser/cas-parser-node/commit/c7c17cd05e594d81b830765d2904c95b6387c1d1 ) )
12+ * ** api:** manual updates ([ d666a0b] ( https://github.com/CASParser/cas-parser-node/commit/d666a0b46b2d37de44fd443a92fd4b883a2ba98d ) )
13+
314## 1.7.2 (2026-02-20)
415
516Full Changelog: [ v1.7.1...v1.7.2] ( https://github.com/CASParser/cas-parser-node/compare/v1.7.1...v1.7.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node" ,
3- "version" : " 1.7.2 " ,
3+ "version" : " 1.8.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 "dxt_version" : " 0.2" ,
33 "name" : " cas-parser-node-mcp" ,
4- "version" : " 1.7.2 " ,
4+ "version" : " 1.8.0 " ,
55 "description" : " The official MCP Server for the Cas Parser API" ,
66 "author" : {
77 "name" : " Cas Parser" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node-mcp" ,
3- "version" : " 1.7.2 " ,
3+ "version" : " 1.8.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 @@ -21,7 +21,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2121 new McpServer (
2222 {
2323 name : 'cas_parser_node_api' ,
24- version : '1.7.2 ' ,
24+ version : '1.8.0 ' ,
2525 } ,
2626 {
2727 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '1.7.2 ' ; // x-release-please-version
1+ export const VERSION = '1.8.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments