smart-web-mcp 0.9.0 → 0.9.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -28,6 +28,20 @@ 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.2](https://github.com/jojo-labs/smart-web/compare/v0.9.1...v0.9.2) (2026-04-25)
32
+
33
+
34
+ ### CI / Release
35
+
36
+ * make required PR verify match main checks ([#120](https://github.com/jojo-labs/smart-web/issues/120)) ([89920af](https://github.com/jojo-labs/smart-web/commit/89920aff2e6ba8caaebc42c6a2be2eb59471addf))
37
+
38
+ ## [0.9.1](https://github.com/jojo-labs/smart-web/compare/v0.9.0...v0.9.1) (2026-04-25)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **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))
44
+
31
45
  ## [0.9.0](https://github.com/jojo-labs/smart-web/compare/v0.8.9...v0.9.0) (2026-04-24)
32
46
 
33
47
 
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.0",
4
+ "version": "0.9.2",
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",