Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 18, 2023
1 parent b327b27 commit 4a2fec5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.5.1...v0.6.0) (2023-08-18)


### Features

* add option to restrict URL paths ([#202](https://github.com/jean-humann/docs-to-pdf/issues/202)) ([4e38c14](https://github.com/jean-humann/docs-to-pdf/commit/4e38c14987b46078fa9f0ec9e59942925482510d))
* **docker:** add debian image ([#186](https://github.com/jean-humann/docs-to-pdf/issues/186)) ([0fc0056](https://github.com/jean-humann/docs-to-pdf/commit/0fc00569c716d6d311556bb9780915946a4fc940))


### Bug Fixes

* details not opened in PDF ([#203](https://github.com/jean-humann/docs-to-pdf/issues/203)) ([3dea229](https://github.com/jean-humann/docs-to-pdf/commit/3dea22996543e5f88614634afc90913a45682e51))

## [0.5.1](https://github.com/jean-humann/docs-to-pdf/compare/v0.5.0...v0.5.1) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-to-pdf",
"version": "0.5.1",
"version": "0.6.0",
"description": "Generate PDF from Docusaurus",
"main": "lib/cli.js",
"scripts": {
Expand Down

0 comments on commit 4a2fec5

Please sign in to comment.