Skip to content

Commit 7516c9e

Browse files
Chore: Release 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2018-07-10) ### Breaking * Replace eventHandlers by overrides ([9205dc4](9205dc4))
1 parent 9205dc4 commit 7516c9e

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+
# [3.0.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v2.0.0...v3.0.0) (2018-07-10)
2+
3+
4+
### Breaking
5+
6+
* Replace eventHandlers by overrides ([9205dc47354c4c65265d4e27d495e4b822c7dc9d](https://github.com/thomasthiebaud/htmlstring-to-react/commit/9205dc47354c4c65265d4e27d495e4b822c7dc9d))
7+
18
# [2.0.0](https://github.com/thomasthiebaud/htmlstring-to-react/compare/v1.9.0...v2.0.0) (2018-07-10)
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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)