Skip to content

Commit 6cd7819

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2025-06-04) ### Bug Fixes * restore bin field as object for proper CLI naming ([ab966b2](ab966b2))
1 parent 14a3c69 commit 6cd7819

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.0...v1.0.1) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* restore bin field as object for proper CLI naming ([ab966b2](https://github.com/Mearman/mcp-wayback-machine/commit/ab966b28b01ecd1938a3cf3640922ab7e0d24a16))
7+
18
# 1.0.0 (2025-06-04)
29

310

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "mcp-wayback-machine",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP server for interacting with the Wayback Machine without API keys",
55
"main": "dist/index.js",
66
"type": "module",
7-
"bin": {
8-
"mcp-wayback-machine": "dist/index.js"
9-
},
7+
"bin": "dist/index.js",
108
"scripts": {
119
"build": "tsc",
1210
"dev": "tsx watch src/index.ts",

0 commit comments

Comments
 (0)