Skip to content

Commit 6bf9859

Browse files
Merge pull request #1004 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 4.2.1
2 parents b6413bd + 09a4001 commit 6bf9859

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.1](https://github.com/remarkablemark/html-react-parser/compare/v4.2.0...v4.2.1) (2023-08-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **utilities:** fix ELEMENTS_WITH_NO_TEXT_CHILDREN naming ([9ec5ba1](https://github.com/remarkablemark/html-react-parser/commit/9ec5ba146cf077c2757b24d9626d649f8a63676e))
11+
512
## [4.2.0](https://github.com/remarkablemark/html-react-parser/compare/v4.1.0...v4.2.0) (2023-07-21)
613

714

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": "4.2.0",
3+
"version": "4.2.1",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)