Skip to content

Commit 47bc5fb

Browse files
chore(release): 0.8.0 [skip ci]
# [0.8.0](v0.7.0...v0.8.0) (2025-05-16) ### Features * **fetchDoc:** refactor markdown conversion process and create conversion factory to abstract the actual implementation. ([#36](#36)) ([7e5e4ed](7e5e4ed))
1 parent 7e5e4ed commit 47bc5fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [0.8.0](https://github.com/serverless-dna/powertools-mcp/compare/v0.7.0...v0.8.0) (2025-05-16)
2+
3+
4+
### Features
5+
6+
* **fetchDoc:** refactor markdown conversion process and create conversion factory to abstract the actual implementation. ([#36](https://github.com/serverless-dna/powertools-mcp/issues/36)) ([7e5e4ed](https://github.com/serverless-dna/powertools-mcp/commit/7e5e4ed98fbbb4556450c8a01a3be7d4f3719175))

package.json

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

0 commit comments

Comments
 (0)