diff --git a/CHANGELOG.md b/CHANGELOG.md index d781863f..6c989619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/remarkablemark/html-react-parser/compare/v5.1.19...v5.2.0) (2024-12-06) + + +### Features + +* **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) + ## [5.1.19](https://github.com/remarkablemark/html-react-parser/compare/v5.1.18...v5.1.19) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index 6f426ec1..04cc64ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 59879f4d..53db0dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.19", + "version": "5.2.0", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",