Skip to content

Commit a4c48bc

Browse files
chore(master): release 0.4.0 (#173)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9b80eb0 commit a4c48bc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/jean-humann/docs-to-pdf/compare/v0.3.1...v0.4.0) (2023-08-08)
4+
5+
6+
### Features
7+
8+
* **cli:** Add Option --filterKeyword ([#165](https://github.com/jean-humann/docs-to-pdf/issues/165)) ([2d0cd5a](https://github.com/jean-humann/docs-to-pdf/commit/2d0cd5a74c639e24a3c1ccabadbc7377a4867e53))
9+
10+
11+
### Bug Fixes
12+
13+
* **generatePDF:** Ignore pdf requests ([#166](https://github.com/jean-humann/docs-to-pdf/issues/166)) ([9b80eb0](https://github.com/jean-humann/docs-to-pdf/commit/9b80eb0898b1a1df2674db33fa42246350da8107))
14+
315
## [0.3.1](https://github.com/jean-humann/docs-to-pdf/compare/v0.3.0...v0.3.1) (2023-07-25)
416

517

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.3.1",
3+
"version": "0.4.0",
44
"description": "Generate PDF from Docusaurus",
55
"main": "lib/cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)