diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fabdc8..687c231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/jean-humann/docs-to-pdf/compare/v0.6.0...v0.6.1) (2023-08-19) + + +### Bug Fixes + +* 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)) + ## [0.6.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.5.1...v0.6.0) (2023-08-18) diff --git a/package.json b/package.json index 2f16c72..1bf739c 100644 --- a/package.json +++ b/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": {