Skip to content

Commit 96be432

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](Mearman/mcp-template@v1.0.1...v1.0.2) (2025-06-06) ### Bug Fixes * resolve linting errors and update version to 2.0.0 ([a51edfc](Mearman/mcp-template@a51edfc))
1 parent a51edfc commit 96be432

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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-template/compare/v1.0.1...v1.0.2) (2025-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve linting errors and update version to 2.0.0 ([a51edfc](https://github.com/Mearman/mcp-template/commit/a51edfc55fe8f36077fd5de0b63b87bdf9a6ebe3))
7+
18
## [1.0.1](https://github.com/Mearman/mcp-template/compare/v1.0.0...v1.0.1) (2025-06-06)
29

310

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-template",
3-
"version": "2.0.0",
3+
"version": "1.0.2",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
66
"bin": "dist/index.js",
@@ -17,7 +17,13 @@
1717
"prepare": "husky",
1818
"start": "node dist/index.js"
1919
},
20-
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
20+
"keywords": [
21+
"mcp",
22+
"model-context-protocol",
23+
"typescript",
24+
"template",
25+
"mcp-server"
26+
],
2127
"author": "",
2228
"license": "CC-BY-NC-SA-4.0",
2329
"repository": {

0 commit comments

Comments
 (0)