diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5a08fe..79d28d2f 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. +## [2.0.0](https://github.com/remarkablemark/html-react-parser/compare/v1.4.14...v2.0.0) (2022-06-18) + + +### ⚠ BREAKING CHANGES + +* **package:** remove Internet Explorer (IE) support + +### Build System + +* **package:** bump html-dom-parser from 1.2.0 to 2.0.0 ([6eeb156](https://github.com/remarkablemark/html-react-parser/commit/6eeb15606f1e83c988b9cd1303e7db698cec3c97)) + ## [1.4.14](https://github.com/remarkablemark/html-react-parser/compare/v1.4.13...v1.4.14) (2022-05-30) ### Bug Fixes diff --git a/package.json b/package.json index c4d8f543..68050891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "1.4.14", + "version": "2.0.0", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",