Skip to content

Commit

Permalink
chore(main): release 7.0.1 (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
1 parent c3211f7 commit 2acb913
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [7.0.1](https://github.com/Fdawgs/node-poppler/compare/v7.0.0...v7.0.1) (2023-09-26)


### Bug fixes

* **index:** do not mask error code if unknown ([dc524a7](https://github.com/Fdawgs/node-poppler/commit/dc524a728588d0342f6bed5853c99d3aac9ac6fd))
* **index:** expose error codes for pdffonts and pdfinfo ([c2f277b](https://github.com/Fdawgs/node-poppler/commit/c2f277b6cb3bd2eeb22993cb6d52f96e9b0d6037))

## [7.0.0](https://github.com/Fdawgs/node-poppler/compare/v6.2.7...v7.0.0) (2023-09-23)


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": "7.0.0",
"version": "7.0.1",
"description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
"keywords": [
"async",
Expand Down

0 comments on commit 2acb913

Please sign in to comment.