Skip to content

Commit e9bef8f

Browse files
committed
[Release] Bumped version to 1.0.4.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent a658cac commit e9bef8f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
### 1.0.3
210

311
* Moved the millis dev dependency to non-dev list

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfgen",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Generate a PDF from a given URL",
55
"bin": {
66
"pdfgen": "./bin/pdfgen"

0 commit comments

Comments
 (0)