diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 0a6aa569..c0e8a24a 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 c0238707..477178e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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-02-19) + + +### 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)) + + +### 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 + +* **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)) + ## [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 a846386a..cd0a2697 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 library", "keywords": [ "async",