diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a46b501..24edb600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.2.10](https://github.com/remarkablemark/html-react-parser/compare/v5.2.9...v5.2.10) (2025-11-16) + + +### Build System + +* **deps:** bump html-dom-parser from 5.1.1 to 5.1.2 ([#2024](https://github.com/remarkablemark/html-react-parser/issues/2024)) ([9257ca3](https://github.com/remarkablemark/html-react-parser/commit/9257ca3e1abb98101e0e8ca669438e54f3dcf38c)) +* **deps:** bump style-to-js from 1.1.19 to 1.1.21 ([#2023](https://github.com/remarkablemark/html-react-parser/issues/2023)) ([6f68425](https://github.com/remarkablemark/html-react-parser/commit/6f68425cf135793fdaa5ccef9555c570ddf0bace)) + ## [5.2.9](https://github.com/remarkablemark/html-react-parser/compare/v5.2.8...v5.2.9) (2025-11-15) diff --git a/package-lock.json b/package-lock.json index 08cb36fb..061f245a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.2.9", + "version": "5.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.2.9", + "version": "5.2.10", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 5c874673..439e4eff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.2.9", + "version": "5.2.10", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",