Skip to content

Commit

Permalink
chore(master): release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and remarkablemark committed Oct 29, 2023
1 parent 76663c3 commit 5b00465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

## [5.0.1](https://github.com/remarkablemark/html-react-parser/compare/v5.0.0...v5.0.1) (2023-10-29)


### Bug Fixes

* **dom-to-react:** default props.children to undefined instead of null ([a6978c3](https://github.com/remarkablemark/html-react-parser/commit/a6978c31acde279437e502106cd39ef0d0a34b87))
* **types:** add back `object` to `replace` option return type ([88eea66](https://github.com/remarkablemark/html-react-parser/commit/88eea66dfe8f1a57aeff7ea631eaf64541e0131f))

## [5.0.0](https://github.com/remarkablemark/html-react-parser/compare/v4.2.10...v5.0.0) (2023-10-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "HTML to React parser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "./lib/index.js",
Expand Down

0 comments on commit 5b00465

Please sign in to comment.