From aa5db4831d49a239df1f5b962f38afd141150069 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 14 Sep 2018 19:53:47 -0400 Subject: [PATCH] chore(release): 0.4.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a197d9c2..3e9f34e5 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.4.7](https://github.com/remarkablemark/html-react-parser/compare/v0.4.6...v0.4.7) (2018-09-14) + + + ## [0.4.6](https://github.com/remarkablemark/html-react-parser/compare/v0.4.5...v0.4.6) (2018-05-13) diff --git a/package.json b/package.json index 600f0eba..a52aa297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.4.6", + "version": "0.4.7", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",