diff --git a/CHANGELOG.md b/CHANGELOG.md index 34047070..926e8ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.18](https://github.com/remarkablemark/html-react-parser/compare/v5.1.17...v5.1.18) (2024-10-06) + + +### Bug Fixes + +* **deps:** bump style-to-js from 1.1.15 to 1.1.16 ([#1561](https://github.com/remarkablemark/html-react-parser/issues/1561)) ([4892aa2](https://github.com/remarkablemark/html-react-parser/commit/4892aa2d7433977df5f6bf8972e1c5222ecab787)) + ## [5.1.17](https://github.com/remarkablemark/html-react-parser/compare/v5.1.16...v5.1.17) (2024-10-03) diff --git a/package-lock.json b/package-lock.json index 99c1a3ef..87b0ad6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.17", + "version": "5.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.17", + "version": "5.1.18", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index c5b659f2..bcce6847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.17", + "version": "5.1.18", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",