Skip to content

Commit 8e094a7

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.4...v2.0.0) (2025-06-05) ### Bug Fixes * replace GitHub license badge with CC BY-NC-SA 4.0 badge ([feda5a0](feda5a0)) ### Features * add CLI support for direct command-line usage ([94a1bf8](94a1bf8)) ### BREAKING CHANGES * The tool now checks for CLI arguments and will run in CLI mode if any are provided
1 parent c3126d6 commit 8e094a7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.4...v2.0.0) (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* replace GitHub license badge with CC BY-NC-SA 4.0 badge ([feda5a0](https://github.com/Mearman/mcp-wayback-machine/commit/feda5a0d5ee7807475118af8b2c123c4668c29f2))
7+
8+
9+
### Features
10+
11+
* add CLI support for direct command-line usage ([94a1bf8](https://github.com/Mearman/mcp-wayback-machine/commit/94a1bf8e3dd8386b29e67bd5295f68b2f63e7d98))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The tool now checks for CLI arguments and will run in CLI mode if any are provided
17+
118
## [1.0.4](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.3...v1.0.4) (2025-06-04)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-wayback-machine",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "MCP server and CLI tool for interacting with the Wayback Machine without API keys",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)