From 38744e54139e49219fea5f0d5a90efd7709f202d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:54:51 +0100 Subject: [PATCH] chore(main): release 9.1.2 (#747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 41 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0a6aa56..c0e8a24 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"9.1.1"} \ No newline at end of file +{".":"9.1.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c023870..87667f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ All notable changes to this project will be documented in this file. +## [9.1.2](https://github.com/Fdawgs/node-poppler/compare/v9.1.1...v9.1.2) (2026-04-30) + + +### Bug fixes + +* **index:** skip undefined options ([#763](https://github.com/Fdawgs/node-poppler/issues/763)) ([6267205](https://github.com/Fdawgs/node-poppler/commit/62672059e5876f539deaf87c544cf252590483ca)) +* **index:** skip version checks for `false` boolean options ([#751](https://github.com/Fdawgs/node-poppler/issues/751)) ([f0e42f3](https://github.com/Fdawgs/node-poppler/commit/f0e42f34adbe90551d1d59a7d46e2cf2431fffba)) + + +### Continuous integration + +* **cd:** make provenance publishing explicit ([#753](https://github.com/Fdawgs/node-poppler/issues/753)) ([74696ed](https://github.com/Fdawgs/node-poppler/commit/74696ed3d9a3c844b0b0635c115c4de636c8d6e0)) +* **deps:** bump actions/dependency-review-action from 4.8.2 to 4.8.3 ([#754](https://github.com/Fdawgs/node-poppler/issues/754)) ([53a48d0](https://github.com/Fdawgs/node-poppler/commit/53a48d013e7d3befaa835dbfa2da39c22e3ef182)) +* **deps:** bump actions/dependency-review-action from 4.8.3 to 4.9.0 ([#761](https://github.com/Fdawgs/node-poppler/issues/761)) ([dbfcab8](https://github.com/Fdawgs/node-poppler/commit/dbfcab87cf2e5028025f9ad5fbbbb33e2b5e2f60)) + + +### Dependencies + +* **deps-dev:** bump licensee from 11.1.1 to 12.0.1 ([#745](https://github.com/Fdawgs/node-poppler/issues/745)) ([e9b855e](https://github.com/Fdawgs/node-poppler/commit/e9b855e2b393fb8a3e2dbf802687639d50e83fb2)) + + +### Documentation + +* **readme:** remove stray word ([#758](https://github.com/Fdawgs/node-poppler/issues/758)) ([c8630fe](https://github.com/Fdawgs/node-poppler/commit/c8630fe135cf12ff73fa0c8ab29b088ebb773dca)) + + +### Improvements + +* **index:** cache typeof result in `parseOptions` ([#746](https://github.com/Fdawgs/node-poppler/issues/746)) ([b59f300](https://github.com/Fdawgs/node-poppler/commit/b59f300be5864e31660abccca1bc5430661a870d)) + + +### Miscellaneous + +* **.vscode:** update js and telemetry settings ([#760](https://github.com/Fdawgs/node-poppler/issues/760)) ([89f7a09](https://github.com/Fdawgs/node-poppler/commit/89f7a09cb89be464a957ec67224f856759577808)) +* **index:** add inline comment re windows which ([#759](https://github.com/Fdawgs/node-poppler/issues/759)) ([0cc6d10](https://github.com/Fdawgs/node-poppler/commit/0cc6d106d75ad8e0176ad3738cdefcd5a2175468)) +* **index:** replace `any` type with union of poppler func typedefs ([#748](https://github.com/Fdawgs/node-poppler/issues/748)) ([1bff90d](https://github.com/Fdawgs/node-poppler/commit/1bff90d95e3f5d690a47a10704587174a834a752)) +* **license:** add contact email ([#749](https://github.com/Fdawgs/node-poppler/issues/749)) ([1378e0d](https://github.com/Fdawgs/node-poppler/commit/1378e0dc3ecdea3cd3b5b466948958d4a1703c72)) +* **package:** stop running `lint:prettier` twice on `test` call ([#752](https://github.com/Fdawgs/node-poppler/issues/752)) ([4806761](https://github.com/Fdawgs/node-poppler/commit/480676187bf923270d28c19d5f29490e9092507a)) +* use correct terminology; use complete sentences ([#757](https://github.com/Fdawgs/node-poppler/issues/757)) ([710f1a9](https://github.com/Fdawgs/node-poppler/commit/710f1a9790282f751803ef78bdf30e354595b0bc)) +* use ts-expect-error over ts-ignore ([#756](https://github.com/Fdawgs/node-poppler/issues/756)) ([83d792b](https://github.com/Fdawgs/node-poppler/commit/83d792baf180984969918bb2d6ffdd3b7a600715)) + ## [9.1.1](https://github.com/Fdawgs/node-poppler/compare/v9.1.0...v9.1.1) (2026-01-30) diff --git a/package.json b/package.json index d7e0efa..84ff21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poppler", - "version": "9.1.1", + "version": "9.1.2", "description": "Asynchronous Node.js wrapper for the Poppler PDF rendering utilities", "keywords": [ "async",