diff --git a/CHANGELOG.md b/CHANGELOG.md index 7243712c..5f1c4f94 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.9](https://github.com/remarkablemark/html-react-parser/compare/v4.2.8...v4.2.9) (2023-10-22) + + +### Build System + +* **package:** bump react-property from 2.0.0 to 2.0.2 ([665b30a](https://github.com/remarkablemark/html-react-parser/commit/665b30ae3b218e5096f80ca7510c5ad878d0f6c4)) + ## [4.2.8](https://github.com/remarkablemark/html-react-parser/compare/v4.2.7...v4.2.8) (2023-10-21) diff --git a/package-lock.json b/package-lock.json index 53758d8c..5d7d8312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.8", + "version": "4.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.8", + "version": "4.2.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d5a0def8..68a5be58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.8", + "version": "4.2.9", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",