Skip to content

Commit 1e73115

Browse files
Merge pull request #1124 from remarkablemark/release-please--branches--master--components--html-react-parser
chore(master): release 5.0.0
2 parents 4255a10 + 78769f4 commit 1e73115

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/remarkablemark/html-react-parser/compare/v4.2.10...v5.0.0) (2023-10-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* CommonJS imports require the `.default` key
11+
12+
### Code Refactoring
13+
14+
* migrate to TypeScript ([713c548](https://github.com/remarkablemark/html-react-parser/commit/713c548876345a30bac932b9a789e2ab9bec91f9)), closes [#1000](https://github.com/remarkablemark/html-react-parser/issues/1000)
15+
516
## [4.2.10](https://github.com/remarkablemark/html-react-parser/compare/v4.2.9...v4.2.10) (2023-10-28)
617

718

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

0 commit comments

Comments
 (0)