Skip to content

Commit a84a580

Browse files
committed
🔖 Release v3.4.0
1 parent 20110bc commit a84a580

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
<a name="3.4.0"></a>
4+
## 3.4.0 (2023-08-01)
5+
6+
### Added
7+
8+
- ✨ Add timeout option ([#189](https://github.com/frinyvonnick/node-html-to-image/issues/189)) [[20110bc](https://github.com/frinyvonnick/node-html-to-image/commit/20110bc38d42e2d9cc71ac8f16fb847fbb863622)]
9+
10+
### Changed
11+
12+
- ⬆️ Bump json5 from 2.2.1 to 2.2.3 ([#185](https://github.com/frinyvonnick/node-html-to-image/issues/185)) [[7486250](https://github.com/frinyvonnick/node-html-to-image/commit/748625068ebfa165a37769a1af49f9a99ad0d9cb)]
13+
14+
315
<a name="3.3.0"></a>
416
## 3.3.0 (2022-08-31)
517

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