Skip to content

Commit 342bb31

Browse files
chore(master): release 6.0.0
1 parent 1ae59e6 commit 342bb31

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/remarkablemark/html-react-parser/compare/v5.2.17...v6.0.0) (2026-04-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** bump html-dom-parser from 5.1.8 to 7.0.0
9+
* **deps:** bump domhandler from 5.0.3 to 6.0.1
10+
* **tsconfig:** change build target from `es5` to `es2016`
11+
12+
### Build System
13+
14+
* **deps:** bump domhandler from 5.0.3 to 6.0.1 ([#2163](https://github.com/remarkablemark/html-react-parser/issues/2163)) ([c3d3092](https://github.com/remarkablemark/html-react-parser/commit/c3d30926dc933650a217ea388cc3d76e36d09bd3))
15+
* **deps:** bump html-dom-parser from 5.1.8 to 7.0.0 ([#2177](https://github.com/remarkablemark/html-react-parser/issues/2177)) ([1ae59e6](https://github.com/remarkablemark/html-react-parser/commit/1ae59e6bd2e9980a95e23b53e341054e5b50cbe9))
16+
* **tsconfig:** change target from es5 to es2016 ([796f4de](https://github.com/remarkablemark/html-react-parser/commit/796f4de6c57363ad7744426d7dacdadc47d3e876))
17+
318
## [5.2.17](https://github.com/remarkablemark/html-react-parser/compare/v5.2.16...v5.2.17) (2026-02-07)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "5.2.17",
3+
"version": "6.0.0",
44
"description": "HTML to React parser.",
55
"author": "Mark <mark@remarkablemark.org> (https://remarkabl.org)",
66
"funding": [

0 commit comments

Comments
 (0)