Skip to content

Commit 997883b

Browse files
committed
Bump version to v1.0.1
1 parent 64966e1 commit 997883b

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [1.0.1](https://github.com/mcpdotdirect/template-mcp-server/compare/v1.0.0...v1.0.1) (2025-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* typo ([4c12f4b](https://github.com/mcpdotdirect/template-mcp-server/commit/4c12f4b8a84310656882b6fa0ce0f78a98bd2eaf))
7+
8+
9+
### Features
10+
11+
* add CLI tool for creating MCP server projects and update package.json ([8e1191e](https://github.com/mcpdotdirect/template-mcp-server/commit/8e1191e0e9e299fd0e02c4822d2141c64fe8d57e))
12+
13+
14+

package.json

Lines changed: 2 additions & 2 deletions
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.0",
5+
"version": "1.0.1",
66
"description": "CLI tool to create a new MCP (Model Context Protocol) server project",
77
"private": false,
88
"main": "build/index.js",
@@ -77,4 +77,4 @@
7777
"engines": {
7878
"node": ">=18.0.0"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)