Skip to content

Commit 2725c19

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2025-04-14) ### Bug Fixes * **scraper:** use JSDOM title property for robust HTML title extraction ([dee350f](dee350f)), closes [#41](#41) ### Features * increase default maxPages and add constants ([7b10eba](7b10eba)), closes [#43](#43)
1 parent c446884 commit 2725c19

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.9.0](https://github.com/arabold/docs-mcp-server/compare/v1.8.0...v1.9.0) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **scraper:** use JSDOM title property for robust HTML title extraction ([dee350f](https://github.com/arabold/docs-mcp-server/commit/dee350f482428b7bc68192238aee1077eb6ace80)), closes [#41](https://github.com/arabold/docs-mcp-server/issues/41)
7+
8+
9+
### Features
10+
11+
* increase default maxPages and add constants ([7b10eba](https://github.com/arabold/docs-mcp-server/commit/7b10ebaa3f610e53d8e2837702143f3f6d084bd2)), closes [#43](https://github.com/arabold/docs-mcp-server/issues/43)
12+
113
# [1.8.0](https://github.com/arabold/docs-mcp-server/compare/v1.7.0...v1.8.0) (2025-04-14)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arabold/docs-mcp-server",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "MCP server for fetching and searching documentation",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)