File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## [ 0.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) - 2017-01-27
7
+ ### Added
8
+ - Created CHANGELOG with details on each version release (#37 )
9
+
10
+ ### Changed
11
+ - Update examples to load parser from relative ` dist/ ` directory (#36 )
12
+
13
+ ### Removed
14
+ - Removed unnecessary field "browser" in ` package.json ` (#36 )
15
+
6
16
## [ 0.3.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2 ) - 2017-01-26
7
17
### Fixed
8
18
- Decode HTML entities by default on node (#34 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html-react-parser" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.3.3 " ,
4
4
"description" : " An HTML to React parser." ,
5
5
"author" :
" Mark <[email protected] >" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments