internet-archive-mcp 3.0.0 → 3.0.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.0...v3.0.1) (2026-05-09)
2
+
3
+ ### Chores
4
+
5
+ * enable dependabot auto-merge for passing PRs ([1453f3e](https://github.com/Mearman/mcp-wayback-machine/commit/1453f3e93a4bd759c950c5b19fc805b32ce9562c))
6
+
1
7
  ## [3.0.0](https://github.com/Mearman/mcp-wayback-machine/compare/v2.2.0...v3.0.0) (2026-05-09)
2
8
 
3
9
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "internet-archive-mcp",
3
3
  "mcpName": "io.github.Mearman/mcp-wayback-machine",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
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",