Skip to content

Commit 11770d9

Browse files
Bump version to 0.0.5
- Fix parsing of <script> and <style> tags (#20) - Remove `key` parameter in `replace` method and use `React.cloneElement` instead - Update tests and mocks - Update README and remove `key` parameter in `replace` - Update ESLint rule for `no-unused-vars`
1 parent 020973e commit 11770d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",
@@ -19,10 +19,10 @@
1919
},
2020
"keywords": [
2121
"html",
22+
"dom",
2223
"react",
2324
"parser",
24-
"html react parser",
25-
"html to react"
25+
"converter"
2626
],
2727
"dependencies": {
2828
"domhandler": "^2.3.0",

0 commit comments

Comments
 (0)