diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bdd8d5..34047070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.17](https://github.com/remarkablemark/html-react-parser/compare/v5.1.16...v5.1.17) (2024-10-03) + + +### Build System + +* **deps:** bump style-to-js from 1.1.14 to 1.1.15 ([#1555](https://github.com/remarkablemark/html-react-parser/issues/1555)) ([6aae441](https://github.com/remarkablemark/html-react-parser/commit/6aae441f3ce782c43e155d127da21ca97fcca8a8)) + ## [5.1.16](https://github.com/remarkablemark/html-react-parser/compare/v5.1.15...v5.1.16) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 95b34991..5e3df712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.16", + "version": "5.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.16", + "version": "5.1.17", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 6ee99089..77e3a305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.16", + "version": "5.1.17", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",