CHANGELOG.md in pdfgen-0.4.1 vs CHANGELOG.md in pdfgen-0.4.2
- old
+ new
@@ -1,4 +1,18 @@
+## Pdfgen 0.4.2 (June 8, 2018)
+
+* Adds checking of minimum Node version required.
+
+ Need to soon add testing for different versions of Node to discover what the
+ compatible versions are.
+
+* Adds handling of any unhandled rejection by logging the error and then exiting.
+
+ This change provides better error messaged from Node and also prevents the process
+ from hanging and not exiting when there was an error.
+
+* Fixes bug where launch options were no longer being passed to the Javascript.
+
## Pdfgen 0.4.1 (May 15, 2018)
* Fixes bug with regex that checks if a URL was passed.
## Pdfgen 0.4.0 (May 12, 2018)