Skip to content

Commit 52478f0

Browse files
Merge pull request #603 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 2.0.0
2 parents cb435b6 + 7bcda31 commit 52478f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/remarkablemark/html-react-parser/compare/v1.4.14...v2.0.0) (2022-06-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **package:** remove Internet Explorer (IE) support
11+
12+
### Build System
13+
14+
* **package:** bump html-dom-parser from 1.2.0 to 2.0.0 ([6eeb156](https://github.com/remarkablemark/html-react-parser/commit/6eeb15606f1e83c988b9cd1303e7db698cec3c97))
15+
516
## [1.4.14](https://github.com/remarkablemark/html-react-parser/compare/v1.4.13...v1.4.14) (2022-05-30)
617

718
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "1.4.14",
3+
"version": "2.0.0",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)