Skip to content

Commit 4fac717

Browse files
chore(master): release 5.0.4
1 parent f5d9149 commit 4fac717

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.4](https://github.com/remarkablemark/html-react-parser/compare/v5.0.3...v5.0.4) (2023-11-01)
6+
7+
8+
### Code Refactoring
9+
10+
* **type:** improved attributes-to-props and utilities type ([f65ba8d](https://github.com/remarkablemark/html-react-parser/commit/f65ba8dda0862ef1d053b796948c24bbdbc337e0))
11+
12+
13+
### Build System
14+
15+
* **deps:** bump html-dom-parser from 5.0.3 to 5.0.4 ([#1141](https://github.com/remarkablemark/html-react-parser/issues/1141)) ([f5d9149](https://github.com/remarkablemark/html-react-parser/commit/f5d9149b2bc527e670de1f17ec8fa35f5b086a33))
16+
517
## [5.0.3](https://github.com/remarkablemark/html-react-parser/compare/v5.0.2...v5.0.3) (2023-10-30)
618

719

Diff for: package-lock.json

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

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

0 commit comments

Comments
 (0)