Skip to content

Commit 3e50fb6

Browse files
github-actions[bot]remarkablemark
authored andcommitted
chore(master): release 5.0.5
1 parent a41c6de commit 3e50fb6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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+
## [5.0.5](https://github.com/remarkablemark/html-react-parser/compare/v5.0.4...v5.0.5) (2023-11-02)
6+
7+
8+
### Code Refactoring
9+
10+
* improved attributes-to-props, dom-to-react, utilities ([049f19a](https://github.com/remarkablemark/html-react-parser/commit/049f19a5340cd93031460490ac7e74abd9d511aa))
11+
512
## [5.0.4](https://github.com/remarkablemark/html-react-parser/compare/v5.0.3...v5.0.4) (2023-11-01)
613

714

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

0 commit comments

Comments
 (0)