Skip to content

Commit ab2b86e

Browse files
Bump version to 0.0.3
- Make package compatible with UMD (Universal Module Definition) - Fix bug in client parser (regarding HTML to DOM logic) - Throw error if first argument for parser is not a string - Refactor code and environment detection logic
1 parent becc168 commit ab2b86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "An HTML to React parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",

0 commit comments

Comments
 (0)