Skip to content

Commit 7b16208

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2025-06-04) ### Bug Fixes * use lowercase package name and correct registry for GitHub Packages ([0a3b4ba](0a3b4ba))
1 parent 8a8d353 commit 7b16208

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.4](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.3...v1.0.4) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* use lowercase package name and correct registry for GitHub Packages ([0a3b4ba](https://github.com/Mearman/mcp-wayback-machine/commit/0a3b4ba9958f1680245eb5b5b30f84ff82475631))
7+
18
## [1.0.3](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.2...v1.0.3) (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.3",
3+
"version": "1.0.4",
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)