We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32bf33 commit 337a56aCopy full SHA for 337a56a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.6.1](https://github.com/jean-humann/docs-to-pdf/compare/v0.6.0...v0.6.1) (2023-08-19)
4
+
5
6
+### Bug Fixes
7
8
+* properly locate chrome for puppeteer ([#210](https://github.com/jean-humann/docs-to-pdf/issues/210)) ([c32bf33](https://github.com/jean-humann/docs-to-pdf/commit/c32bf33ea2c053bd97a6d27fda858994a74b723f))
9
10
## [0.6.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.5.1...v0.6.0) (2023-08-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "docs-to-pdf",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Generate PDF from Docusaurus",
"main": "lib/cli.js",
"scripts": {
0 commit comments