Skip to content

Commit

Permalink
Merge pull request #1144 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.4
  • Loading branch information
remarkablemark authored Nov 1, 2023
2 parents f5d9149 + 4fac717 commit c3daa01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4](https://github.com/remarkablemark/html-react-parser/compare/v5.0.3...v5.0.4) (2023-11-01)


### Code Refactoring

* **type:** improved attributes-to-props and utilities type ([f65ba8d](https://github.com/remarkablemark/html-react-parser/commit/f65ba8dda0862ef1d053b796948c24bbdbc337e0))


### Build System

* **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))

## [5.0.3](https://github.com/remarkablemark/html-react-parser/compare/v5.0.2...v5.0.3) (2023-10-30)


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.3",
"version": "5.0.4",
"description": "HTML to React parser.",
"author": "Mark <[email protected]>",
"main": "./lib/index.js",
Expand Down

0 comments on commit c3daa01

Please sign in to comment.