Skip to content

Commit 490055f

Browse files
chore(master): release 4.0.0
1 parent c832cea commit 490055f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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+
## [4.0.0](https://github.com/remarkablemark/html-react-parser/compare/v3.0.16...v4.0.0) (2023-05-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** bump html-dom-parser from 3.1.7 to 4.0.0
11+
12+
### Build System
13+
14+
* **deps:** bump html-dom-parser from 3.1.7 to 4.0.0 ([99f02a7](https://github.com/remarkablemark/html-react-parser/commit/99f02a79e3b20da75cb98d458c1dc88680082934)), closes [#941](https://github.com/remarkablemark/html-react-parser/issues/941)
15+
516
## [3.0.16](https://github.com/remarkablemark/html-react-parser/compare/v3.0.15...v3.0.16) (2023-04-21)
617

718

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)