smart-web-mcp 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -28,6 +28,13 @@ The format is based on Keep a Changelog[^1] and this project uses SemVer.
|
|
|
28
28
|
- `smart-web-dev` issue reporting now points at `jojo-labs/smart-web`, and the dev hot-reload runtime writes explicit ESM snapshot metadata before loading rebuilt `dist/*.js` modules
|
|
29
29
|
- `initSettings` now writes `settings.json` through a temp file + rename so crashes during first-run or `--force` initialization cannot leave the runtime config truncated
|
|
30
30
|
|
|
31
|
+
## [0.9.1](https://github.com/jojo-labs/smart-web/compare/v0.9.0...v0.9.1) (2026-04-25)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **ci:** auto-merge smart-web release PRs ([#117](https://github.com/jojo-labs/smart-web/issues/117)) ([bc54545](https://github.com/jojo-labs/smart-web/commit/bc545453221b90eebbd11ceb02b31a24e32d51e7))
|
|
37
|
+
|
|
31
38
|
## [0.9.0](https://github.com/jojo-labs/smart-web/compare/v0.8.9...v0.9.0) (2026-04-24)
|
|
32
39
|
|
|
33
40
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smart-web-mcp",
|
|
3
3
|
"mcpName": "io.github.jojo-labs/smart-web",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.1",
|
|
5
5
|
"packageManager": "npm@11.9.0",
|
|
6
6
|
"description": "Portable MCP server for web search, direct-URL fetch, site crawling, and docs export.",
|
|
7
7
|
"homepage": "https://github.com/jojo-labs/smart-web",
|