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 62cb9dc commit 8368175Copy full SHA for 8368175
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.5.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.4.0...v0.5.0) (2023-08-08)
4
+
5
6
+### Features
7
8
+* **generatePDF:** add option --baseUrl ([#167](https://github.com/jean-humann/docs-to-pdf/issues/167)) ([131517b](https://github.com/jean-humann/docs-to-pdf/commit/131517be69c49e0383e93f7124842afea078da96))
9
10
## [0.4.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.3.1...v0.4.0) (2023-08-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "docs-to-pdf",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Generate PDF from Docusaurus",
"main": "lib/cli.js",
"scripts": {
0 commit comments