Skip to content

Commit 3251f10

Browse files
committed
chore: release v0.2.3
1 parent 1834b6e commit 3251f10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/nuxt-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-mcp",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "MCP server helping models to understand your Nuxt app better.",
66
"license": "MIT",
77
"homepage": "https://github.com/antfu/nuxt-mcp#readme",

packages/vite-plugin-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-mcp",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"packageManager": "[email protected]",
66
"description": "MCP server helping models to understand your Vite app better.",
77
"author": "Anthony Fu <[email protected]>",

packages/vite-plugin-mcp/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"scripts": {
77
"dev": "DEBUG=vite:mcp:server vite",

0 commit comments

Comments
 (0)