diff --git a/CHANGELOG.md b/CHANGELOG.md index a6646684..e085d79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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.5...HEAD) +## [0.3.6](https://github.com/remarkablemark/html-react-parser/compare/v0.3.5...v0.3.6) - 2017-09-30 ### Changed - Dependencies - html-dom-parser@0.1.2 diff --git a/package.json b/package.json index 16dd7145..7cc76077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.3.5", + "version": "0.3.6", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",