Skip to content

Commit 2f42d07

Browse files
chore: release 7.0.0 [skip ci]
# [7.0.0](v6.0.2...v7.0.0) (2024-12-08) * chore!: drop support for Node 20 ([a1295db](a1295db)) ### BREAKING CHANGES * drop support for Node 20 and require Node 22 LTS or more recent
1 parent efe7730 commit 2f42d07

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [7.0.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v6.0.2...v7.0.0) (2024-12-08)
2+
3+
4+
* chore!: drop support for Node 20 ([a1295db](https://github.com/thomasthiebaud/htmlstring-to-react/commit/a1295db4e7de737189519323c612fa27d38b0799))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* drop support for Node 20 and require Node 22 LTS or more recent
10+
111
## [6.0.2](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v6.0.1...v6.0.2) (2024-12-08)
212

313

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlstring-to-react",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)