From ddd289bfca6228eb67b6c70382d935da8583951c Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 29 Aug 2016 15:03:18 -0400 Subject: [PATCH] Bump version to 0.0.4 - Fix void element bug (#14) - Void elements like 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64c2b3f3..43772e78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.0.3", + "version": "0.0.4", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",