Skip to content

Commit e38d75c

Browse files
committed
Bump version to v2.0.0
1 parent 87c66b8 commit e38d75c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/mcpdotdirect/template-mcp-server/compare/v1.0.2...v2.0.0) (2025-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed missing deps ([4544887](https://github.com/mcpdotdirect/template-mcp-server/commit/4544887fad7864041a501aff566e225dfb67515d))
7+
8+
9+
### Features
10+
11+
* implementing FastMCP standard for templates ([fc035eb](https://github.com/mcpdotdirect/template-mcp-server/commit/fc035eb91555545bf3cb585db90f11d043ab8d27))
12+
13+
14+
115
## [1.0.2](https://github.com/mcpdotdirect/template-mcp-server/compare/v1.0.1...v1.0.2) (2025-03-22)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mcpdotdirect/create-mcp-server",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "1.0.2",
5+
"version": "2.0.0",
66
"description": "CLI tool to create a new MCP (Model Context Protocol) server project",
77
"private": false,
88
"main": "build/index.js",

0 commit comments

Comments
 (0)