Skip to content

Commit 35f133d

Browse files
Merge pull request #781 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 3.0.5
2 parents c33f6c4 + c9b192f commit 35f133d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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+
## [3.0.5](https://github.com/remarkablemark/html-react-parser/compare/v3.0.4...v3.0.5) (2022-12-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **index:** don't export unused domhandler class Node ([7a9c207](https://github.com/remarkablemark/html-react-parser/commit/7a9c207ae87a83cd1530a7b80097d321478cfb5a))
11+
* **index:** export domhandler classes ([4fc3a73](https://github.com/remarkablemark/html-react-parser/commit/4fc3a73697dd4039ca04b75ece2a92f29d663b1a))
12+
513
## [3.0.4](https://github.com/remarkablemark/html-react-parser/compare/v3.0.3...v3.0.4) (2022-08-23)
614

715

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

0 commit comments

Comments
 (0)