From e92556272eb0a573deacabd024c9eed917a67a1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 10:51:09 +0100 Subject: [PATCH] chore(master): release 5.1.6 (#424) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0f6bd9..3c09095b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [5.1.6](https://github.com/Fdawgs/node-poppler/compare/v5.1.5...v5.1.6) (2022-06-04) + + +### Bug Fixes + +* **index:** set correct "file size" if `pdfInfo()` passed a buffer ([#427](https://github.com/Fdawgs/node-poppler/issues/427)) ([8d30764](https://github.com/Fdawgs/node-poppler/commit/8d3076482d13e1d31a54a5d7147cb1a3390b59bc)) + + +### Improvements + +* **index:** use `forEach` over `map` as returned array not used ([#426](https://github.com/Fdawgs/node-poppler/issues/426)) ([ef89aa6](https://github.com/Fdawgs/node-poppler/commit/ef89aa6333edcd875596ee133775ad887e43dcb5)) + + +### Dependencies + +* **.npmignore:** ignore `tsconfig.json` ([a35757d](https://github.com/Fdawgs/node-poppler/commit/a35757d6c51f6ef0386c59b6e5657530c25f6726)) + + +### Miscellaneous + +* **.github/funding:** remove unused keys ([66a8f36](https://github.com/Fdawgs/node-poppler/commit/66a8f366c9150730718bfa37ed0a056f09b925ce)) +* **.github:** add `FUNDING.yml` ([f73407d](https://github.com/Fdawgs/node-poppler/commit/f73407df0c9561eb69c17732dc40dfd8d6a3517c)) + ### [5.1.5](https://github.com/Fdawgs/node-poppler/compare/v5.1.4...v5.1.5) (2022-06-01) diff --git a/package.json b/package.json index 7da149c1..fed2a3cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poppler", - "version": "5.1.5", + "version": "5.1.6", "description": "Asynchronous node.js wrapper for the Poppler PDF rendering library", "keywords": [ "async",