Skip to content

Commit ad1812d

Browse files
Merge pull request #1644 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.2.1
2 parents a1ef928 + cf96169 commit ad1812d

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.1](https://github.com/remarkablemark/html-react-parser/compare/v5.2.0...v5.2.1) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** bump html-dom-parser to 5.0.12 so that `\\r` isn't escaped ([#1642](https://github.com/remarkablemark/html-react-parser/issues/1642)) ([a1ef928](https://github.com/remarkablemark/html-react-parser/commit/a1ef928cbe13768a8460a31386b7676f016ede4c)), closes [#1634](https://github.com/remarkablemark/html-react-parser/issues/1634)
9+
310
## [5.2.0](https://github.com/remarkablemark/html-react-parser/compare/v5.1.19...v5.2.0) (2024-12-06)
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.2.0",
3+
"version": "5.2.1",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]> (https://remarkablemark.org)",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)