Skip to content

Commit dcd306f

Browse files
Merge pull request #880 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 3.0.14
2 parents 565d33d + ceecea0 commit dcd306f

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.14](https://github.com/remarkablemark/html-react-parser/compare/v3.0.13...v3.0.14) (2023-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **types:** fix "Type error: ',' expected." in index.d.ts ([d9c608d](https://github.com/remarkablemark/html-react-parser/commit/d9c608d591c7e4c05a7c2165121b232f06288fad)), closes [#871](https://github.com/remarkablemark/html-react-parser/issues/871)
11+
512
## [3.0.13](https://github.com/remarkablemark/html-react-parser/compare/v3.0.12...v3.0.13) (2023-03-22)
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.13",
3+
"version": "3.0.14",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)