Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
- Fix void element bug (#14)
  - Void elements like <img> should not have any children
    (even an empty array `[]` counts as children)
- Pass `key` to the `replace` method as the second parameter
  - Prevent React "key" warning
- Update tests, mocks, and helpers
- Update README with update on `replace` method
  • Loading branch information
remarkablemark committed Aug 29, 2016
1 parent 20177ee commit ddd289b
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.3",
"version": "0.0.4",
"description": "An HTML to React parser.",
"author": "Mark <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit ddd289b

Please sign in to comment.