Skip to content

Commit c9f182e

Browse files
committed
🔖 Release v4.0.0
1 parent 6fc5cac commit c9f182e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
<a name="4.0.0"></a>
4+
## 4.0.0 (2023-08-04)
5+
6+
### Changed
7+
8+
- ⬆️ Upgrade dependencies (puppeteer@21.0.1 , handlebars@4.7.8) ([#209](https://github.com/frinyvonnick/node-html-to-image/issues/209)) [[6fc5cac](https://github.com/frinyvonnick/node-html-to-image/commit/6fc5cac18df21b35c2eb6216fa6e3d7e681ba969)]
9+
10+
311
<a name="3.4.0"></a>
412
## 3.4.0 (2023-08-01)
513

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.4.0",
3+
"version": "4.0.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)