Skip to content

Commit c141a34

Browse files
Merge pull request #1628 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.2.0
2 parents 840051c + 3800389 commit c141a34

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/remarkablemark/html-react-parser/compare/v5.1.19...v5.2.0) (2024-12-06)
4+
5+
6+
### Features
7+
8+
* **package:** add react 19 to package.json peerDependencies ([8b6506c](https://github.com/remarkablemark/html-react-parser/commit/8b6506cfbacd6fb4987130473258ce3d7c4cb165)), closes [#1455](https://github.com/remarkablemark/html-react-parser/issues/1455) [#1501](https://github.com/remarkablemark/html-react-parser/issues/1501)
9+
310
## [5.1.19](https://github.com/remarkablemark/html-react-parser/compare/v5.1.18...v5.1.19) (2024-12-04)
411

512

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": "html-react-parser",
3-
"version": "5.1.19",
3+
"version": "5.2.0",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]> (https://remarkablemark.org)",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)