Skip to content

Commit dd28253

Browse files
Chore: Release 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2018-07-08) ### Update * Reorganize code to be more efficient ([d9579c5](d9579c5))
1 parent d9579c5 commit dd28253

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.6.0](https://github.com/thomasthiebaud/htmldom-to-react/compare/v1.5.0...v1.6.0) (2018-07-08)
2+
3+
4+
### Update
5+
6+
* Reorganize code to be more efficient ([d9579c5c05f7e73dbc0e85f397c00c5f02297376](https://github.com/thomasthiebaud/htmldom-to-react/commit/d9579c5c05f7e73dbc0e85f397c00c5f02297376))
7+
18
# [1.5.0](https://github.com/thomasthiebaud/htmldom-to-react/compare/v1.4.0...v1.5.0) (2018-07-08)
29

310

package-lock.json

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

0 commit comments

Comments
 (0)