File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
+ - html-dom-parser@0.1.1
11
+ - Fixes IE client parser bug
12
+ - eslint@4.1.1
13
+ - webpack@3.0.0
14
+ - Update webpack to enable scope hoisting
5
15
6
16
## [ 0.3.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...v0.3.4 ) - 2017-06-17
7
17
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html-react-parser" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"description" : " An HTML to React parser." ,
5
5
"author" : " Mark <mark@remarkablemark.org>" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments