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 ", "main": "./lib/index.js",