mcp-internet-archive 3.0.1 → 3.0.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.0.2](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.1...v3.0.2) (2026-05-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ * correct dependabot group applies-to to dependency-type ([7c4926e](https://github.com/Mearman/mcp-wayback-machine/commit/7c4926efbcefa73626bd5f7fcc154f5edcc16fd2))
6
+
1
7
  ## [3.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.0...v3.0.1) (2026-05-09)
2
8
 
3
9
  ### Chores
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-internet-archive",
3
3
  "mcpName": "io.github.Mearman/mcp-wayback-machine",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "description": "MCP server and CLI tool for interacting with the Wayback Machine without API keys",
6
6
  "main": "./dist/bin.js",
7
7
  "type": "module",