diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e8ca4..d781863f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.19](https://github.com/remarkablemark/html-react-parser/compare/v5.1.18...v5.1.19) (2024-12-04) + + +### Bug Fixes + +* **deps:** bump html-dom-parser from 5.0.10 to 5.0.11 ([#1623](https://github.com/remarkablemark/html-react-parser/issues/1623)) ([f11fa35](https://github.com/remarkablemark/html-react-parser/commit/f11fa354da84551997430e8abed49deaa44b9dd6)), closes [#864](https://github.com/remarkablemark/html-react-parser/issues/864) [#1617](https://github.com/remarkablemark/html-react-parser/issues/1617) + ## [5.1.18](https://github.com/remarkablemark/html-react-parser/compare/v5.1.17...v5.1.18) (2024-10-06) diff --git a/package-lock.json b/package-lock.json index 61e5ae9d..551ea89f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.18", + "version": "5.1.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.18", + "version": "5.1.19", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 5c107193..9d1160c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.18", + "version": "5.1.19", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",