Skip to content

Commit 1042386

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2025-06-06) ### Bug Fixes * resolve ES module issue in template sync dispatch ([fad9a89](fad9a89)) * use curl and python instead of octokit for template sync discovery ([8676a06](8676a06))
1 parent 8676a06 commit 1042386

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-06)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve ES module issue in template sync dispatch ([fad9a89](https://github.com/Mearman/mcp-template/commit/fad9a89ff3f1d27c3fd62e31146791c6e690e3b3))
7+
* use curl and python instead of octokit for template sync discovery ([8676a06](https://github.com/Mearman/mcp-template/commit/8676a068a898204e103ddd2b752b19d195fb8e0a))
8+
19
# [1.1.0](https://github.com/Mearman/mcp-template/compare/v1.0.0...v1.1.0) (2025-06-06)
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": "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",
@@ -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)