Skip to content

Commit 9446ec1

Browse files
Merge pull request #1315 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.1.5
2 parents 0e6d27f + c855492 commit 9446ec1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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+
## [5.1.5](https://github.com/remarkablemark/html-react-parser/compare/v5.1.4...v5.1.5) (2024-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **esm:** fix attributes-to-props and dom-to-react exported types ([e3c7931](https://github.com/remarkablemark/html-react-parser/commit/e3c7931d4918d158d02286a7f8b30d53c521dcb4))
11+
* **package:** move `@types/react` from devDependencies to dependencies ([78b7a8e](https://github.com/remarkablemark/html-react-parser/commit/78b7a8e8a52b23676a5d86ef60ee9c57683839e3)), closes [#1313](https://github.com/remarkablemark/html-react-parser/issues/1313)
12+
513
## [5.1.4](https://github.com/remarkablemark/html-react-parser/compare/v5.1.3...v5.1.4) (2024-02-12)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)