diff --git a/CHANGELOG.md b/CHANGELOG.md index 8828e3de..544d7c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.2.6](https://github.com/remarkablemark/html-react-parser/compare/v4.2.5...v4.2.6) (2023-10-19) + + +### Build System + +* **deps:** bump style-to-js from 1.1.5 to 1.1.6 ([#1092](https://github.com/remarkablemark/html-react-parser/issues/1092)) ([93206d3](https://github.com/remarkablemark/html-react-parser/commit/93206d3023056e4e336e5689110bc3ca3b80bebc)) + ## [4.2.5](https://github.com/remarkablemark/html-react-parser/compare/v4.2.4...v4.2.5) (2023-10-17) diff --git a/package-lock.json b/package-lock.json index 1a0ee863..afc388e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.5", + "version": "4.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.5", + "version": "4.2.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a53e33f6..b4bb2e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.5", + "version": "4.2.6", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",