Skip to content

Commit 0e29fc6

Browse files
Merge pull request #803 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 3.0.8
2 parents 0867cd1 + 19e4438 commit 0e29fc6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.8](https://github.com/remarkablemark/html-react-parser/compare/v3.0.7...v3.0.8) (2023-01-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** include types in exports to support TypeScript ESM node16 ([39844c4](https://github.com/remarkablemark/html-react-parser/commit/39844c486e696f85a5f86b1c6cd8a4a198636209))
11+
12+
13+
### Build System
14+
15+
* **package:** bump html-dom-parser from 3.1.2 to 3.1.3 ([bfe970a](https://github.com/remarkablemark/html-react-parser/commit/bfe970a3a80d5185682371cf279a01a80884bd96))
16+
* **package:** bump style-to-js from 1.1.2 to 1.1.3 ([7cf5b99](https://github.com/remarkablemark/html-react-parser/commit/7cf5b9974013ff2830eef78bd62176fb290689f6))
17+
518
## [3.0.7](https://github.com/remarkablemark/html-react-parser/compare/v3.0.6...v3.0.7) (2023-01-05)
619

720

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

0 commit comments

Comments
 (0)