Skip to content

Commit 240392c

Browse files
chore(release): 0.5.0
1 parent a534a4d commit 240392c

File tree

18 files changed

+41
-25
lines changed

18 files changed

+41
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.8...v0.5.0) (2025-11-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Use mcp-proxy-for-aws aws_iam_streamablehttp_client
11+
12+
### Features
13+
14+
* Use mcp-proxy-for-aws aws_iam_streamablehttp_client ([88c1bdd](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/88c1bdd38c07c9c29cbd6433f859b8f4f65b1cfe))
15+
16+
17+
### Bug Fixes
18+
19+
* failing ruff check ([b63e363](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/commit/b63e363c89c77b09116c125782f48baa7966afc7))
20+
521
## [0.4.8](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.7...v0.4.8) (2025-11-11)
622

723

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.8
1+
0.5.0

e2e_tests/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e_tests/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-e2e-test-typescript",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/chatbots/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chatbots/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-chatbot-typescript",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"main": "build/main.js",
55
"types": "build/main.d.ts",
66
"scripts": {

examples/servers/auth/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/servers/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-auth",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"main": "lib/mcp-auth.js",
55
"types": "lib/mcp-auth.d.ts",
66
"scripts": {

examples/servers/cat-facts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/servers/cat-facts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cat-facts",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"main": "lib/cat-facts-mcp-server.js",
55
"types": "lib/cat-facts-mcp-server.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)