Skip to content

Commit 2f37912

Browse files
chore: bump version to 0.8.7 (#92)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent 24c2f15 commit 2f37912

File tree

4 files changed

+45
-14
lines changed

4 files changed

+45
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.8.7
2+
3+
[compare changes](https://github.com/aws-powertools/powertools-mcp/compare/v0.8.6...v0.8.7)
4+
5+
### 🚀 Enhancements
6+
7+
- Add Java runtime versioning support ([#91](https://github.com/aws-powertools/powertools-mcp/pull/91))
8+
19
## v0.8.6
210

311
[compare changes](https://github.com/aws-powertools/powertools-mcp/compare/v0.8.5...v0.8.6)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-for-aws-mcp",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "Powertools for AWS Lambda MCP Server",
55
"bin": {
66
"powertools-mcp": "dist/index.js"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const VERSION = '0.8.6';
2+
export const VERSION = '0.8.7';

0 commit comments

Comments
 (0)