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",