Skip to content

Commit 2ec232f

Browse files
Bump version to 0.3.5
With updated changelog
1 parent 4ea0872 commit 2ec232f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
4+
The format is based on [Keep a Changelog](http://keepachangelog.com)
5+
and this project adheres to [Semantic Versioning](http://semver.org).
6+
7+
## [0.3.5](https://github.com/remarkablemark/html-react-parser/compare/v0.3.4...v0.3.5) - 2017-06-26
8+
### Changed
9+
- Dependencies
10+
11+
- Fixes IE client parser bug
12+
13+
14+
- Update webpack to enable scope hoisting
515

616
## [0.3.4](https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...v0.3.4) - 2017-06-17
717
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)