Skip to content

Commit b762484

Browse files
Merge pull request #664 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 3.0.3
2 parents 42fe77e + a53a64c commit b762484

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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+
## [3.0.3](https://github.com/remarkablemark/html-react-parser/compare/v3.0.2...v3.0.3) (2022-08-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** upgrade html-dom-parser to fix client ES Module export ([415cb59](https://github.com/remarkablemark/html-react-parser/commit/415cb596c16c819ecc66745b8abc44b8f7e4506b))
11+
512
## [3.0.2](https://github.com/remarkablemark/html-react-parser/compare/v3.0.1...v3.0.2) (2022-08-19)
613

714

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

0 commit comments

Comments
 (0)