Skip to content

Commit a92d1c0

Browse files
committed
🔖 Release v3.3.0
1 parent e9aa9d2 commit a92d1c0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
<a name="3.3.0"></a>
4+
## 3.3.0 (2022-08-31)
5+
6+
### Added
7+
8+
- ✨ Add puppeteer object property to use different libraries ([#173](https://github.com/frinyvonnick/node-html-to-image/issues/173)) [[e9aa9d2](https://github.com/frinyvonnick/node-html-to-image/commit/e9aa9d27992ef7a36df5b0411e1ef3ede1501442)]
9+
- ✨ Add new option to register handlebars helpers ([#145](https://github.com/frinyvonnick/node-html-to-image/issues/145)) [[a2ab82a](https://github.com/frinyvonnick/node-html-to-image/commit/a2ab82afe46c9e8c2ab41d267760520267c59839)]
10+
11+
### Changed
12+
13+
- ⬆️ Bump jpeg-js from 0.4.3 to 0.4.4 ([#170](https://github.com/frinyvonnick/node-html-to-image/issues/170)) [[bbe0b86](https://github.com/frinyvonnick/node-html-to-image/commit/bbe0b865b24a9b9ae242e175081667eb0be5d275)]
14+
- ⬆️ Bump minimist from 1.2.5 to 1.2.6 ([#166](https://github.com/frinyvonnick/node-html-to-image/issues/166)) [[8ee87d2](https://github.com/frinyvonnick/node-html-to-image/commit/8ee87d22cbfd5c47b30d870a8dfd9703d581d538)]
15+
16+
317
<a name="3.2.4"></a>
418
## 3.2.4 (2022-02-15)
519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-html-to-image",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"description": "A Node.js library that generates images from HTML",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)