smart-web-mcp 0.33.0 → 0.33.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -148,6 +148,13 @@ The format is based on Keep a Changelog[^1] and this project uses SemVer.
148
148
  - Korean public API helpers now validate outbound URLs and redirects before fetching, blocking localhost, private, and reserved targets unless `network.allowPrivateHosts` is explicitly enabled.
149
149
  - CI now declares read-only default repository permissions, Dependabot auto-merge pins the reusable workflow without forwarding all caller secrets, and the workflow check enforces those guards.
150
150
 
151
+ ## [0.33.1](https://github.com/jojo-labs/smart-web/compare/v0.33.0...v0.33.1) (2026-06-22)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * stabilize no-secret live smoke timeout ([#377](https://github.com/jojo-labs/smart-web/issues/377)) ([debd7c1](https://github.com/jojo-labs/smart-web/commit/debd7c1896c0411f7d2ed481ce8b979e26a9d6bd))
157
+
151
158
  ## [0.33.0](https://github.com/jojo-labs/smart-web/compare/v0.32.0...v0.33.0) (2026-06-22)
152
159
 
153
160
 
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.33.0",
4
+ "version": "0.33.1",
5
5
  "packageManager": "npm@11.9.0",
6
6
  "description": "Local MCP for web search, direct-URL fetch, compact normalized output, site crawling, and docs export.",
7
7
  "homepage": "https://github.com/jojo-labs/smart-web",