Skip to content

Commit 4d3931f

Browse files
Merge pull request #1128 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.0.1
2 parents 76663c3 + 5b00465 commit 4d3931f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [5.0.1](https://github.com/remarkablemark/html-react-parser/compare/v5.0.0...v5.0.1) (2023-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **dom-to-react:** default props.children to undefined instead of null ([a6978c3](https://github.com/remarkablemark/html-react-parser/commit/a6978c31acde279437e502106cd39ef0d0a34b87))
11+
* **types:** add back `object` to `replace` option return type ([88eea66](https://github.com/remarkablemark/html-react-parser/commit/88eea66dfe8f1a57aeff7ea631eaf64541e0131f))
12+
513
## [5.0.0](https://github.com/remarkablemark/html-react-parser/compare/v4.2.10...v5.0.0) (2023-10-29)
614

715

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)