Skip to content

Commit

Permalink
release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Nov 2, 2024
1 parent 2f9127d commit 8f19308
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 4.2.0 (2024-11-02)

- Add a new option called `renderParams`. This allows you to generate transparent images using `renderParams: { background: 'transparent' }` ([#244])

[#244]: https://github.com/k-yle/pdf-to-img/pull/244
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-to-img",
"version": "4.1.1",
"version": "4.2.0",
"author": "Kyle Hensel",
"description": "📃📸 Converts PDFs to images in nodejs",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 8f19308

Please sign in to comment.