Skip to content

Commit cc9c53e

Browse files
Bump version to 0.1.0
- Replace HTML to DOM implementation with `html-dom-parser` (#28) - Update dependencies - Save `html-dom-parser` - Remove `domhandler` and `htmlparser2` - Update tests - Remove unused tests and helpers - Update mocks - Add test for doctype - Throw `TypeError` instead of `Error` for invalid first argument - Update tests - README - Update "Special Thanks" section - Tidy where necessary
1 parent 310f45e commit cc9c53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)