Skip to content

Commit 0586a40

Browse files
chore: release v1.1.0 (#38)
Co-authored-by: poad <1867845+poad@users.noreply.github.com>
1 parent 5471750 commit 0586a40

3 files changed

Lines changed: 3 additions & 3 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": "1.0.0",
3+
"version": "1.1.0",
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": "1.0.0",
4+
"version": "1.1.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)