Skip to content

Commit a11b949

Browse files
committed
Bumped to version 1.4.1.
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
1 parent 436f32d commit a11b949

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.4.1
2+
3+
* No code updates, just updated the readme/docs
4+
15
### 1.4.0
26

37
* Upgraded to puppeteer 10.1.0 (1.14.0 previous)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![pdfgen](doc/assets/project.svg)
1+
![pdfgen](https://raw.githubusercontent.com/hausgold/pdfgen/master/doc/assets/project.svg)
22

33
[![Continuous Integration](https://github.com/hausgold/pdfgen/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/hausgold/pdfgen/actions/workflows/test.yml)
44
[![npm Version](https://img.shields.io/npm/v/pdfgen.svg)](https://www.npmjs.com/package/pdfgen)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfgen",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Generate a PDF from a given URL",
55
"bin": {
66
"pdfgen": "./bin/pdfgen"

0 commit comments

Comments
 (0)