Skip to content

Commit

Permalink
Merge pull request #1149 from remarkablemark/release-please--branches…
Browse files Browse the repository at this point in the history
…--master--components--html-react-parser

chore(master): release 5.0.5
  • Loading branch information
remarkablemark authored Nov 2, 2023
2 parents a41c6de + 3e50fb6 commit e1537ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [5.0.5](https://github.com/remarkablemark/html-react-parser/compare/v5.0.4...v5.0.5) (2023-11-02)


### Code Refactoring

* improved attributes-to-props, dom-to-react, utilities ([049f19a](https://github.com/remarkablemark/html-react-parser/commit/049f19a5340cd93031460490ac7e74abd9d511aa))

## [5.0.4](https://github.com/remarkablemark/html-react-parser/compare/v5.0.3...v5.0.4) (2023-11-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "5.0.4",
"version": "5.0.5",
"description": "HTML to React parser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "./lib/index.js",
Expand Down

0 comments on commit e1537ab

Please sign in to comment.