chore(main): release 9.1.2 (#747)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-30 09:54:51 +01:00
committed by GitHub
parent 62672059e5
commit 38744e5413
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
{".":"9.1.1"} {".":"9.1.2"}
+41
View File
@@ -2,6 +2,47 @@
All notable changes to this project will be documented in this file. 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) ## [9.1.1](https://github.com/Fdawgs/node-poppler/compare/v9.1.0...v9.1.1) (2026-01-30)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "node-poppler", "name": "node-poppler",
"version": "9.1.1", "version": "9.1.2",
"description": "Asynchronous Node.js wrapper for the Poppler PDF rendering utilities", "description": "Asynchronous Node.js wrapper for the Poppler PDF rendering utilities",
"keywords": [ "keywords": [
"async", "async",