From 78769f46c0d0b944936df3e2e11613be19891133 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 29 Oct 2023 15:20:11 +0000
Subject: [PATCH] chore(master): release 5.0.0

---
 CHANGELOG.md      | 11 +++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee2a82cf..93e1f49c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
 
 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.
 
+## [5.0.0](https://github.com/remarkablemark/html-react-parser/compare/v4.2.10...v5.0.0) (2023-10-29)
+
+
+### ⚠ BREAKING CHANGES
+
+* CommonJS imports require the `.default` key
+
+### Code Refactoring
+
+* migrate to TypeScript ([713c548](https://github.com/remarkablemark/html-react-parser/commit/713c548876345a30bac932b9a789e2ab9bec91f9)), closes [#1000](https://github.com/remarkablemark/html-react-parser/issues/1000)
+
 ## [4.2.10](https://github.com/remarkablemark/html-react-parser/compare/v4.2.9...v4.2.10) (2023-10-28)
 
 
diff --git a/package-lock.json b/package-lock.json
index 102e3ef1..135a564e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "html-react-parser",
-  "version": "4.2.10",
+  "version": "5.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "html-react-parser",
-      "version": "4.2.10",
+      "version": "5.0.0",
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
diff --git a/package.json b/package.json
index 8628f613..100e1fc9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "html-react-parser",
-  "version": "4.2.10",
+  "version": "5.0.0",
   "description": "HTML to React parser.",
   "author": "Mark <mark@remarkablemark.org>",
   "main": "./lib/index.js",