Skip to content

Commit 3e664d3

Browse files
Chore: Release 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2018-08-31) ### Docs * Display options as a list ([76e3ca7](76e3ca7)) * Fix typo in options usage ([de48e50](de48e50)) ### Fix * Correctly check if childNodes is set ([695fe50](695fe50))
1 parent 695fe50 commit 3e664d3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.0.1](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v4.0.0...v4.0.1) (2018-08-31)
2+
3+
4+
### Docs
5+
6+
* Display options as a list ([76e3ca773a39b7094be62a9ab1d6b0bec7879c6b](https://github.com/thomasthiebaud/htmlstring-to-react/commit/76e3ca773a39b7094be62a9ab1d6b0bec7879c6b))
7+
* Fix typo in options usage ([de48e506b60d60e496db35b744da89362c339e86](https://github.com/thomasthiebaud/htmlstring-to-react/commit/de48e506b60d60e496db35b744da89362c339e86))
8+
9+
### Fix
10+
11+
* Correctly check if childNodes is set ([695fe50f8c61887dd6d4b9309537c07de09dcb2f](https://github.com/thomasthiebaud/htmlstring-to-react/commit/695fe50f8c61887dd6d4b9309537c07de09dcb2f))
12+
113
# [4.0.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v3.1.0...v4.0.0) (2018-08-23)
214

315

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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)