diff --git a/CHANGELOG.md b/CHANGELOG.md index 8734e155..7243712c 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.8](https://github.com/remarkablemark/html-react-parser/compare/v4.2.7...v4.2.8) (2023-10-21) + + +### Miscellaneous Chores + +* **utilities:** remove unused function `invertObject` ([7cc8df7](https://github.com/remarkablemark/html-react-parser/commit/7cc8df7ebeae90de23c1953961c1003d3dc756a8)) + ## [4.2.7](https://github.com/remarkablemark/html-react-parser/compare/v4.2.6...v4.2.7) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index d054f90d..57f92455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.2.7", + "version": "4.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.2.7", + "version": "4.2.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 590371aa..b3675c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.2.7", + "version": "4.2.8", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",