From d44ad40bd8550379be1e29dbdbf4c496eb8b99a7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 20 Jul 2020 20:41:20 +0100 Subject: [PATCH] chore: prep release --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bb556a..87b8ec0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.8.0 (2020-07-20) + +The pdftoCairo Poppler Windows binaries have also been updated to v0.90.0 from v0.68.0 in this release. + +- build(deps-dev): bump eslint-plugin-jsdoc from 30.0.0 to 30.0.2 ([0a6bfdd](https://github.com/Fdawgs/node-poppler/commit/0a6bfdd)) +- build(travis): fix misspelling of dist value ([0532060](https://github.com/Fdawgs/node-poppler/commit/0532060)) +- feat(lib): update poppler win32 binaries from 0.89.0 to 0.90.0 ([0f301e2](https://github.com/Fdawgs/node-poppler/commit/0f301e2)) +- style(index): add missing dashes to jsdoc tags ([fd3a360](https://github.com/Fdawgs/node-poppler/commit/fd3a360)) +- style(index): use back ticks as opposed to quotation marks in jsdoc tags ([78bc6e8](https://github.com/Fdawgs/node-poppler/commit/78bc6e8)) + ## 1.7.6 (2020-07-20) - build(deps-dev): bump dev dependencies ([54f0542](https://github.com/Fdawgs/node-poppler/commit/54f0542)) diff --git a/package.json b/package.json index 8c2a6197..a74ba939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poppler", - "version": "1.7.6", + "version": "1.8.0", "description": "Asynchronous node.js wrapper for the Poppler PDF rendering library", "keywords": [ "async",