Skip to content

Commit b8c72a4

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2025-06-06) ### Bug Fixes * improve template sync workflow reliability ([4fc7288](4fc7288)) ### Features * add template synchronization configuration files ([9226e42](9226e42))
1 parent 4fc7288 commit b8c72a4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/Mearman/mcp-template/compare/v1.0.0...v1.1.0) (2025-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* improve template sync workflow reliability ([4fc7288](https://github.com/Mearman/mcp-template/commit/4fc728804e179b995660f904476424430cb698c1))
7+
8+
9+
### Features
10+
11+
* add template synchronization configuration files ([9226e42](https://github.com/Mearman/mcp-template/commit/9226e42619edaaa74603ea29a2f7a5a188210866))
12+
113
# 1.0.0 (2025-06-06)
214

315

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.0.0",
3+
"version": "1.1.0",
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)