Skip to content

Commit b6da6cb

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](Mearman/mcp-template@v1.1.0...v1.1.1) (2025-06-05) ### Bug Fixes * configure semantic-release to publish to GitHub Packages instead of npmjs ([c190d30](Mearman/mcp-template@c190d30)) * update yarn.lock for scoped package name ([b612a40](Mearman/mcp-template@b612a40))
1 parent 4a88a2d commit b6da6cb

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.1](https://github.com/Mearman/mcp-template/compare/v1.1.0...v1.1.1) (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* configure semantic-release to publish to GitHub Packages instead of npmjs ([c190d30](https://github.com/Mearman/mcp-template/commit/c190d30845371221014cee9620cc16f819452930))
7+
* update yarn.lock for scoped package name ([b612a40](https://github.com/Mearman/mcp-template/commit/b612a40d3347794623f0facaeede9c0322348b62))
8+
19
# [1.1.0](https://github.com/Mearman/mcp-template/compare/v1.0.0...v1.1.0) (2025-06-05)
210

311

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mearman/mcp-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Template for building MCP (Model Context Protocol) servers with TypeScript",
55
"main": "dist/index.js",
66
"bin": "dist/index.js",
@@ -21,7 +21,13 @@
2121
"prepare": "husky",
2222
"start": "node dist/index.js"
2323
},
24-
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
24+
"keywords": [
25+
"mcp",
26+
"model-context-protocol",
27+
"typescript",
28+
"template",
29+
"mcp-server"
30+
],
2531
"author": "",
2632
"license": "CC-BY-NC-SA-4.0",
2733
"repository": {

0 commit comments

Comments
 (0)