Skip to content

Commit

Permalink
chore(main): release 6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 8, 2023
1 parent 8b1a391 commit a95faa3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file.

## [6.2.6](https://github.com/Fdawgs/node-poppler/compare/v6.2.5...v6.2.6) (2023-07-08)


### Miscellaneous

* **.eslintrc:** sort `extends` array ([6a4e5fa](https://github.com/Fdawgs/node-poppler/commit/6a4e5fad13a6875c86eea769d4a27014fe31d22e))


### Dependencies

* **deps-dev:** add eslint-plugin-regexp ([4fbae66](https://github.com/Fdawgs/node-poppler/commit/4fbae661ae80508e68d4fb70161d788f9b08403d))
* **deps-dev:** bump dev dependencies ([fa353db](https://github.com/Fdawgs/node-poppler/commit/fa353db76210a4c9dbcaf37c30965545ee0206f0))


### Bug fixes

* add missing strict mode directives ([7f25364](https://github.com/Fdawgs/node-poppler/commit/7f25364784711f2cfeae71a34d1045589e964e1f))


### Improvements

* **index:** add strict `u` flag to all regex patterns ([06ac742](https://github.com/Fdawgs/node-poppler/commit/06ac7423950cbd8136b7665465c562e849bc1b29))
* **index:** remove useless `i` regex flag ([72eea36](https://github.com/Fdawgs/node-poppler/commit/72eea3679c6cb9bb91cea50f35ce6af429160ff4))

## [6.2.5](https://github.com/Fdawgs/node-poppler/compare/v6.2.4...v6.2.5) (2023-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-poppler",
"version": "6.2.5",
"version": "6.2.6",
"description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
"keywords": [
"async",
Expand Down

0 comments on commit a95faa3

Please sign in to comment.