Skip to content

Commit 8162e51

Browse files
chore(master): release 0.5.1 (#182)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e3afecc commit 8162e51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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

512

package.json

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

0 commit comments

Comments
 (0)