We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd16d42 commit c66015aCopy full SHA for c66015a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.4](https://github.com/jean-humann/docs-to-pdf/compare/v0.2.3...v0.2.4) (2023-05-23)
4
+
5
6
+### Bug Fixes
7
8
+* **publish:** add build step ([#56](https://github.com/jean-humann/docs-to-pdf/issues/56)) ([dd16d42](https://github.com/jean-humann/docs-to-pdf/commit/dd16d421173f9788c6520b9888faea6b901b061f))
9
10
## [0.2.3](https://github.com/jean-humann/docs-to-pdf/compare/v0.2.2...v0.2.3) (2023-05-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "docs-to-pdf",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "Generate PDF from Docusaurus",
"main": "lib/cli.js",
"scripts": {
0 commit comments