From fe029c36c4a5ebb28e9ab81518215a5b8c63927b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 17 Jun 2017 16:48:11 -0400 Subject: [PATCH] Bump version to 0.3.4 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d898e7e1..34d08947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). -## [Unreleased](https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...HEAD) +## [0.3.4](https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...v0.3.4) - 2017-06-17 ### Changed - Dependencies: - html-dom-parser@0.1.0 diff --git a/package.json b/package.json index 82d95f98..940890de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.3.3", + "version": "0.3.4", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",