diff --git a/CHANGELOG.md b/CHANGELOG.md index cf53bc11..5a7a303b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.8](https://github.com/remarkablemark/html-react-parser/compare/v5.2.7...v5.2.8) (2025-11-04) + + +### Build System + +* **deps:** bump style-to-js from 1.1.18 to 1.1.19 ([#2011](https://github.com/remarkablemark/html-react-parser/issues/2011)) ([b1a7f4a](https://github.com/remarkablemark/html-react-parser/commit/b1a7f4a0ed889bc6644fe0ec54f8cca051391d4b)) + ## [5.2.7](https://github.com/remarkablemark/html-react-parser/compare/v5.2.6...v5.2.7) (2025-10-13) diff --git a/package-lock.json b/package-lock.json index 61de218d..fed31cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.2.7", + "version": "5.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.2.7", + "version": "5.2.8", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 702e211d..15733b2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.2.7", + "version": "5.2.8", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",