Skip to content

Commit baa915f

Browse files
chore(release): 0.8.1 [skip ci]
## [0.8.1](v0.8.0...v0.8.1) (2025-05-16) ### Bug Fixes * markdown converter, replace regex with cheerio for extracting main content div ([#37](#37)) ([685dc59](685dc59))
1 parent 685dc59 commit baa915f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.8.1](https://github.com/serverless-dna/powertools-mcp/compare/v0.8.0...v0.8.1) (2025-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* markdown converter, replace regex with cheerio for extracting main content div ([#37](https://github.com/serverless-dna/powertools-mcp/issues/37)) ([685dc59](https://github.com/serverless-dna/powertools-mcp/commit/685dc590d7ce89271b6f0a8a83afe567d4c46066))
7+
18
# [0.8.0](https://github.com/serverless-dna/powertools-mcp/compare/v0.7.0...v0.8.0) (2025-05-16)
29

310

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.8.0",
3+
"version": "0.8.1",
44
"description": "Powertools for AWS Lambda Documentation MCP Server",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)