From 372266240c090168237bd39ae36ead65472aeacd Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 7 Mar 2019 00:03:11 -0500 Subject: [PATCH] chore(release): 0.6.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39f99be..7c401039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.6.2](https://github.com/remarkablemark/html-react-parser/compare/v0.6.1...v0.6.2) (2019-03-07) + + + ## [0.6.1](https://github.com/remarkablemark/html-react-parser/compare/v0.6.0...v0.6.1) (2019-01-03) diff --git a/package.json b/package.json index 10befe14..76d08ad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.6.1", + "version": "0.6.2", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",