diff --git a/CHANGELOG.md b/CHANGELOG.md index 7002fc4..3cae485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Percollate Changelog +### 0.2.8 + +- Added support for inline CSS styles via the `--css` option (https://github.com/danburzo/percollate/issues/27) + ### 0.2.7 - Added the ability to run `percollate` with the `--no-sandbox` Puppeteer flag diff --git a/package.json b/package.json index 6686a59..013ece9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "percollate", - "version": "0.2.7", + "version": "0.2.8", "description": "A command-line tool to grab web pages as PDF", "main": "index.js", "repository": "git@github.com:danburzo/percollate.git",