Skip to content

Commit 742d750

Browse files
chore: release 6.0.1 [skip ci]
## [6.0.1](v6.0.0...v6.0.1) (2024-01-21) ### Bug Fixes * update dependencies to fix vulnerabilities ([cca7317](cca7317))
1 parent 3865f34 commit 742d750

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.0.1](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v6.0.0...v6.0.1) (2024-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to fix vulnerabilities ([cca7317](https://github.com/thomasthiebaud/htmlstring-to-react/commit/cca73177c0077368b21c1d2045fa78e2db64e762))
7+
18
# [6.0.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v5.3.1...v6.0.0) (2023-07-30)
29

310

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": "htmlstring-to-react",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)