Skip to content

Commit 2093eb1

Browse files
Merge pull request #1311 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.1.4
2 parents 8432faf + 0179a26 commit 2093eb1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [5.1.4](https://github.com/remarkablemark/html-react-parser/compare/v5.1.3...v5.1.4) (2024-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **esm:** fix exported types ([7a94d61](https://github.com/remarkablemark/html-react-parser/commit/7a94d61a64d9dcb14c65a94a3abe97ab0194be6c)), closes [#1305](https://github.com/remarkablemark/html-react-parser/issues/1305)
11+
* **types:** use `React.JSX` instead of the global `JSX` namespace ([a25f41c](https://github.com/remarkablemark/html-react-parser/commit/a25f41ca608b85caba8f2517c81e88e4a0c246be))
12+
513
## [5.1.3](https://github.com/remarkablemark/html-react-parser/compare/v5.1.2...v5.1.3) (2024-02-12)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]> (https://remarkablemark.org)",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)