diff --git a/CHANGELOG.md b/CHANGELOG.md index d162514a..46555379 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.2](https://github.com/remarkablemark/html-react-parser/compare/v4.2.1...v4.2.2) (2023-09-01) + + +### Build System + +* **deps:** bump style-to-js from 1.1.3 to 1.1.4 ([#1034](https://github.com/remarkablemark/html-react-parser/issues/1034)) ([7620daf](https://github.com/remarkablemark/html-react-parser/commit/7620daffb1fc8a19dcc960b3bb0b01d86ee8b138)) + ## [4.2.1](https://github.com/remarkablemark/html-react-parser/compare/v4.2.0...v4.2.1) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 9230eed9..0e79e008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.1", + "version": "4.2.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5eeaefe9..dcd78960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.1", + "version": "4.2.2", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",