From ab2b86ea68b5e70702a89290beb2eba4bacb27d2 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 24 Aug 2016 18:55:13 -0400 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43571345..0a930e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.0.2", + "version": "0.0.3", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",