We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebab3c commit 72d66aaCopy full SHA for 72d66aa
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v0.2.2](https://github.com/hkato/markdown-mermaid-cli/releases/tag/v0.2.2) - 2025-08-15
4
+
5
+- Add --disable-gpu to puppeteer-config.json by @noggynoggy in #4
6
7
+### Changed
8
9
+- Image format option from 'image' to 'format'
10
11
## [v0.2.0](https://github.com/hkato/markdown-mermaid-cli/releases/tag/v0.2.0) - 2025-04-26
12
13
### Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "markdown-mermaid-cli"
-version = "0.2.0"
+version = "0.2.2"
dependencies = [
"markdown>=3.8",
]
0 commit comments