Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
remarkablemark committed Aug 24, 2016
1 parent becc168 commit ab2b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "An HTML to React parser.",
"author": "Mark <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit ab2b86e

Please sign in to comment.