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.9.0 "
2+ "." : " 1.9.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.9.1 (2026-02-24)
4+
5+ Full Changelog: [ v1.9.0...v1.9.1] ( https://github.com/CASParser/cas-parser-node/compare/v1.9.0...v1.9.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** docs/contributing:** correct pnpm link command ([ bebfdc3] ( https://github.com/CASParser/cas-parser-node/commit/bebfdc36309d111760b974d2edbc1a4119cdf98d ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** upgrade pnpm version ([ 57c291d] ( https://github.com/CASParser/cas-parser-node/commit/57c291d980615daf189e09e2e4949b1e9ac2c0c8 ) )
15+
316## 1.9.0 (2026-02-23)
417
518Full Changelog: [ v1.8.0...v1.9.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.8.0...v1.9.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
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.9.0 " ,
4+ "version" : " 1.9.1 " ,
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.9.0 " ,
3+ "version" : " 1.9.1 " ,
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 @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020 new McpServer (
2121 {
2222 name : 'cas_parser_node_api' ,
23- version : '1.9.0 ' ,
23+ version : '1.9.1 ' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '1.9.0 ' ; // x-release-please-version
1+ export const VERSION = '1.9.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments