Skip to content

Commit fee19e1

Browse files
chore: release 5.2.2 [skip ci]
## [5.2.2](v5.2.1...v5.2.2) (2021-06-08) ### Bug Fixes * update dependencies to fix vulnerabilities ([0329334](0329334))
1 parent 0329334 commit fee19e1

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+
## [5.2.2](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v5.2.1...v5.2.2) (2021-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to fix vulnerabilities ([0329334](https://github.com/thomasthiebaud/htmlstring-to-react/commit/03293349b319199145fd66289e079c6b7ab95f14))
7+
18
## [5.2.1](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v5.2.0...v5.2.1) (2021-05-12)
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": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)