diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c989619..f09ffe4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.1](https://github.com/remarkablemark/html-react-parser/compare/v5.2.0...v5.2.1) (2024-12-16) + + +### Bug Fixes + +* **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) + ## [5.2.0](https://github.com/remarkablemark/html-react-parser/compare/v5.1.19...v5.2.0) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index 522504fe..7d4d1667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.2.0", + "version": "5.2.1", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 5c85d2d9..c3afc743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.2.0", + "version": "5.2.1", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",