Skip to content

Commit f4a104d

Browse files
chore: release 5.3.0 [skip ci]
# [5.3.0](v5.2.4...v5.3.0) (2022-04-04) ### Features * add support for react 18 ([528fa70](528fa70))
1 parent 528fa70 commit f4a104d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.3.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v5.2.4...v5.3.0) (2022-04-04)
2+
3+
4+
### Features
5+
6+
* add support for react 18 ([528fa70](https://github.com/thomasthiebaud/htmlstring-to-react/commit/528fa705e2717fcba22b98c7229eb9aed7a768e1))
7+
18
## [5.2.4](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v5.2.3...v5.2.4) (2021-09-27)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlstring-to-react",
3-
"version": "5.2.4",
3+
"version": "5.3.0",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)