We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a658cac commit e9bef8fCopy full SHA for e9bef8f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### 1.0.4
2
+
3
+* Added a post installation hook to fix the local Chromium file permissions
4
+ (downloaded and installed by puppeteer) This adds file permissions for
5
+ read and execute for group and others. With the new fixup script the
6
+ pdfgen utility should work flawless when installed by root and used
7
+ by a regular user.
8
9
### 1.0.3
10
11
* Moved the millis dev dependency to non-dev list
package.json
@@ -1,6 +1,6 @@
{
"name": "pdfgen",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Generate a PDF from a given URL",
"bin": {
"pdfgen": "./bin/pdfgen"
0 commit comments