From f153f5b4d524a2ce4673908e51b111095d6a3240 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 27 Sep 2016 23:30:09 -0400 Subject: [PATCH] Bump version to 0.0.7 - Update build (#25): - Change filenames in `dist/` to `html-react-parser` - Create examples (#26): - Examples found in the directory `examples/` - Add `script-tag.html`, which is an example of loading the parser via the CDN - Add `requirejs.html`, which is an example of loading the parser via Require.js - Update `README.md` (#27): - Reword and tidy description and instructions - Update installation with CDN link - Refactor and tidy examples using ES6 and JSX - Update `.npmignore`: - Add `webpack.config.js` - Add `examples` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e7179b4..1da8a363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.0.6", + "version": "0.0.7", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",