Skip to content

Commit 22b4889

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2025-06-04) ### Bug Fixes * skip prepublishOnly script for GitHub Packages publish ([25c3c3f](25c3c3f))
1 parent 9e4513b commit 22b4889

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.3](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.2...v1.0.3) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* skip prepublishOnly script for GitHub Packages publish ([25c3c3f](https://github.com/Mearman/mcp-wayback-machine/commit/25c3c3fc104f7c0c55cf4a8e9bf3d5952aa91884))
7+
18
## [1.0.2](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.1...v1.0.2) (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.2",
3+
"version": "1.0.3",
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)