Skip to content

Commit

Permalink
Merge pull request #1261 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.1.0
  • Loading branch information
remarkablemark authored Jan 10, 2024
2 parents a706ced + 11c1a3a commit b1c61bb
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.1.0](https://github.com/remarkablemark/html-react-parser/compare/v5.0.11...v5.1.0) (2024-01-10)


### Features

* **dom-to-react:** pass index as 2nd argument to `replace` option ([b27d30c](https://github.com/remarkablemark/html-react-parser/commit/b27d30c5699f6de68ef05c8134589cd6a58d1a5f)), closes [#1240](https://github.com/remarkablemark/html-react-parser/issues/1240)

## [5.0.11](https://github.com/remarkablemark/html-react-parser/compare/v5.0.10...v5.0.11) (2023-12-20)


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

0 comments on commit b1c61bb

Please sign in to comment.