From 4dacd765a6cb39f3a59bc6d521c75265d1109c48 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 27 Jan 2017 21:34:26 -0500 Subject: [PATCH] Bump version to 0.3.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cc8eb1..0e56e3d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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). +## [0.3.3](https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3) - 2017-01-27 +### Added +- Created CHANGELOG with details on each version release (#37) + +### Changed +- Update examples to load parser from relative `dist/` directory (#36) + +### Removed +- Removed unnecessary field "browser" in `package.json` (#36) + ## [0.3.2](https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2) - 2017-01-26 ### Fixed - Decode HTML entities by default on node (#34) diff --git a/package.json b/package.json index 33b8e635..7870f189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.3.2", + "version": "0.3.3", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",