From ce183c9e9e9b0e18f0d1954f45a7b2c96034489f Mon Sep 17 00:00:00 2001 From: Dan Burzo Date: Tue, 23 Oct 2018 10:21:55 +0300 Subject: [PATCH] v0.2.14 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9a06e..5fc5be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Percollate Changelog +### 0.2.14 + +Fixes bug with the URL class not being globally available in Node < 10. ([#64](https://github.com/danburzo/percollate/pull/64), thanks [@tanmayrajani](https://github.com/tanmayrajani)!). + +Adds usage examples to the CLI help output. ([#55](https://github.com/danburzo/percollate/pull/55), thanks [@opw0011](https://github.com/opw0011)!) + ### 0.2.13 Adds `percollate/${version}` user-agent to prevent some HTTP 405 errors ([#59](https://github.com/danburzo/percollate/issues/59)). diff --git a/package.json b/package.json index cdc8ede..d85b90a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "percollate", - "version": "0.2.13", + "version": "0.2.14", "description": "A command-line tool to grab web pages as PDF", "main": "index.js", "repository": "git@github.com:danburzo/percollate.git",