diff --git a/CHANGELOG.md b/CHANGELOG.md index 06026e7a..63bdd8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.16](https://github.com/remarkablemark/html-react-parser/compare/v5.1.15...v5.1.16) (2024-09-11) + + +### Build System + +* **deps:** bump style-to-js from 1.1.13 to 1.1.14 ([#1514](https://github.com/remarkablemark/html-react-parser/issues/1514)) ([e7a1de6](https://github.com/remarkablemark/html-react-parser/commit/e7a1de6bbddb6b43cea2085dc8b50a5557d73663)) + ## [5.1.15](https://github.com/remarkablemark/html-react-parser/compare/v5.1.14...v5.1.15) (2024-08-29) ### Build System diff --git a/package-lock.json b/package-lock.json index ecdfedf9..c67eba72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index cd974859..e261dc03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.15", + "version": "5.1.16", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",