Skip to content

Commit e3b3587

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2025-06-04) ### Bug Fixes * add version detection for GitHub Packages publishing ([4298868](4298868))
1 parent 9eecb8b commit e3b3587

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.2](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.1...v1.0.2) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add version detection for GitHub Packages publishing ([4298868](https://github.com/Mearman/mcp-wayback-machine/commit/429886820cb90238249fdf8563c203fff55f5382))
7+
18
## [1.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.0...v1.0.1) (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.1",
3+
"version": "1.0.2",
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)