From 2bf4c8563a6c8c149720faafa4c91ad19d9c185a Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 19 Mar 2019 00:14:47 -0400 Subject: [PATCH] chore(release): 0.6.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c401039..7ac71971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3](https://github.com/remarkablemark/html-react-parser/compare/v0.6.2...v0.6.3) (2019-03-19) + + +### Bug Fixes + +* **typescript:** test.tsx after dtslint run ([38e6bba](https://github.com/remarkablemark/html-react-parser/commit/38e6bba)) + + + ## [0.6.2](https://github.com/remarkablemark/html-react-parser/compare/v0.6.1...v0.6.2) (2019-03-07) diff --git a/package.json b/package.json index d9a2a95f..a694b362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.6.2", + "version": "0.6.3", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",