Skip to content

Commit c62ec5f

Browse files
poadgithub-actions[bot]
authored andcommitted
chore: release v0.0.2
1 parent 274eba2 commit c62ec5f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/example",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"private": true,
66
"license": "ISC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-lambda-mcp-server/root",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
66
"type": "module",
77
"scripts": {

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-mcp-server",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"keywords": [
@@ -65,4 +65,4 @@
6565
"hono": "^4.10.4",
6666
"zod": "^3.25.76"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)