diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c87807..d0a88593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.6](https://github.com/remarkablemark/html-react-parser/compare/v5.2.5...v5.2.6) (2025-07-18) + + +### Build System + +* **deps:** bump style-to-js from 1.1.16 to 1.1.17 ([#1843](https://github.com/remarkablemark/html-react-parser/issues/1843)) ([98cb7b5](https://github.com/remarkablemark/html-react-parser/commit/98cb7b5d4986d52dbb68d7d4fea486e8f2898841)) + ## [5.2.5](https://github.com/remarkablemark/html-react-parser/compare/v5.2.4...v5.2.5) (2025-05-12) diff --git a/package-lock.json b/package-lock.json index e38c6881..e4f9f98a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.2.5", + "version": "5.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.2.5", + "version": "5.2.6", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 46e33679..cfd519aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.2.5", + "version": "5.2.6", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",