Skip to content

Commit 8368175

Browse files
chore(master): release 0.5.0 (#179)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jean Humann <76565654+jean-humann@users.noreply.github.com>
1 parent 62cb9dc commit 8368175

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.4.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.3.1...v0.4.0) (2023-08-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-to-pdf",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Generate PDF from Docusaurus",
55
"main": "lib/cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)