8000 chore: release v0.1.3 · antfu/nuxt-mcp@e6b32c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6b32c5

Browse files
committed
chore: release v0.1.3
1 parent 2e4cb1a commit e6b32c5

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.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"packageManager": "pnpm@10.10.0",
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.1.2",
4+
"version": "0.1.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.1.2",
4+
"version": "0.1.3",
55
"packageManager": "pnpm@10.10.0",
66
"description": "MCP server helping models to understand your Vite app better.",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

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.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"scripts": {
77
"dev": "DEBUG=vite:mcp:server vite",

0 commit comments

Comments
 (0)
0