We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3afecc commit 8162e51Copy full SHA for 8162e51
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.5.1](https://github.com/jean-humann/docs-to-pdf/compare/v0.5.0...v0.5.1) (2023-08-09)
4
+
5
6
+### Bug Fixes
7
8
+* add puppeteer dependencie ([#181](https://github.com/jean-humann/docs-to-pdf/issues/181)) ([e3afecc](https://github.com/jean-humann/docs-to-pdf/commit/e3afecced6b26072aaffc115b7da3d7c7bbcb7f4))
9
10
## [0.5.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.4.0...v0.5.0) (2023-08-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "docs-to-pdf",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Generate PDF from Docusaurus",
"main": "lib/cli.js",
"scripts": {
0 commit comments