Skip to content

Commit c6017da

Browse files
committed
1 parent 295acd6 commit c6017da

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

packages/create-mcp-kit/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# create-mcp-kit
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`f65c06c`](https://github.com/my-mcp-hub/mcp-kit/commit/f65c06c9014622449cb2ea16fb7949385e506ee9) Thanks [@zhensherlock](https://github.com/zhensherlock)! - chore: update biome to 2.3.12 and rolldown to rc.1
8+
9+
- [`84b3abb`](https://github.com/my-mcp-hub/mcp-kit/commit/84b3abb8aa6450c7ec791c11e5bc851fc36bff67) Thanks [@zhensherlock](https://github.com/zhensherlock)! - build: integrate turbo for monorepo build orchestration
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`f65c06c`](https://github.com/my-mcp-hub/mcp-kit/commit/f65c06c9014622449cb2ea16fb7949385e506ee9), [`84b3abb`](https://github.com/my-mcp-hub/mcp-kit/commit/84b3abb8aa6450c7ec791c11e5bc851fc36bff67), [`4feb23d`](https://github.com/my-mcp-hub/mcp-kit/commit/4feb23d086c7b1c9e5d29ac2ed130261a4160e8b)]:
14+
- @mcp-tool-kit/shared@1.0.0
15+
316
## 0.1.5
417

518
### Patch Changes

packages/create-mcp-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "create-mcp-kit",
3-
"version": "0.1.5",
3+
"version": "1.0.0",
44
"description": "A CLI tool to create MCP (Model Context Protocol) applications with ease.",
55
"type": "module",
66
"author": "zhensherlock",
7-
"homepage": "https://github.com/my-mcp-hub/mcp-kit/tree/master/packages/create#readme",
7+
"homepage": "https://my-mcp-hub.github.io/mcp-kit/",
88
"bin": {
99
"create-mcp-kit": "./dist/index.js"
1010
},

0 commit comments

Comments
 (0)