Skip to content

Commit 489976e

Browse files
Merge pull request #621 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 3.0.0
2 parents 7b94228 + 8212da9 commit 489976e

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+
## [3.0.0](https://github.com/remarkablemark/html-react-parser/compare/v2.0.0...v3.0.0) (2022-07-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* bump domhandler from 4 to 5, html-dom-parser from 2 to 3
11+
12+
### Build System
13+
14+
* upgrade domhandler to 5.0.3 and html-dom-parser to 3.0.0 ([a0f63a2](https://github.com/remarkablemark/html-react-parser/commit/a0f63a2b158efc6f49adbd7cd9f6e5e8ded56680))
15+
516
## [2.0.0](https://github.com/remarkablemark/html-react-parser/compare/v1.4.14...v2.0.0) (2022-06-18)
617

718

package.json

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

0 commit comments

Comments
 (0)