File tree Expand file tree Collapse file tree 6 files changed +28
-5
lines changed Expand file tree Collapse file tree 6 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.4.1 "
2+ "." : " 1.5.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.0 (2025-09-23)
4+
5+ Full Changelog: [ v1.4.1...v1.5.0] ( https://github.com/CASParser/cas-parser-node/compare/v1.4.1...v1.5.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 7f71235] ( https://github.com/CASParser/cas-parser-node/commit/7f712351a3d5349fff33bf321ab946a58a8ae015 ) )
10+ * ** mcp:** add docs search tool ([ e2afa83] ( https://github.com/CASParser/cas-parser-node/commit/e2afa8394a7f891e90526dffeab493f4033ebfe0 ) )
11+ * ** mcp:** enable experimental docs search tool ([ 86b23ff] ( https://github.com/CASParser/cas-parser-node/commit/86b23ff7a185038d52d18395f7cccb68716affed ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** ci:** set permissions for DXT publish action ([ 461a411] ( https://github.com/CASParser/cas-parser-node/commit/461a411c1491f80b951618ec83a117667da2c786 ) )
17+
18+
19+ ### Chores
20+
21+ * ** codegen:** internal codegen update ([ 63d6cd7] ( https://github.com/CASParser/cas-parser-node/commit/63d6cd75e8ec5d1985cbaf203bd60a4172c3cbd6 ) )
22+ * do not install brew dependencies in ./scripts/bootstrap by default ([ d4fb00e] ( https://github.com/CASParser/cas-parser-node/commit/d4fb00e57c79b1b2420cd1fd4d3843ee1e73675d ) )
23+ * ** internal:** gitignore .mcpb files ([ 037b423] ( https://github.com/CASParser/cas-parser-node/commit/037b423d403f4af547043cc73164df04fcbe8115 ) )
24+ * ** mcp:** rename dxt to mcpb ([ 4206154] ( https://github.com/CASParser/cas-parser-node/commit/4206154f0e8c7f82ce8c62b0729e4859af7fbda9 ) )
25+
326## 1.4.1 (2025-09-12)
427
528Full Changelog: [ v1.4.0...v1.4.1] ( https://github.com/CASParser/cas-parser-node/compare/v1.4.0...v1.4.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " cas-parser-node" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.5.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.4.1 " ,
3+ "version" : " 1.5.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 @@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434 new McpServer (
3535 {
3636 name : 'cas_parser_node_api' ,
37- version : '1.4.1 ' ,
37+ version : '1.5.0 ' ,
3838 } ,
3939 { capabilities : { tools : { } , logging : { } } } ,
4040 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '1.4.1 ' ; // x-release-please-version
1+ export const VERSION = '1.5.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments