Skip to content

Commit f9f7c27

Browse files
Update CHANGELOG with v0.0.6
1 parent ca6d588 commit f9f7c27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [0.0.6](https://github.com/remarkablemark/html-react-parser/compare/v0.0.5...v0.0.6) - 2016-09-27
7+
### Added
8+
- README example with advanced usage of `replace` option from @poacher2k (#17)
9+
- Contributors section to README (#21)
10+
11+
### Changed
12+
- Use webpack to build UMD bundle (#22)
13+
14+
### Fixed
15+
- Regex bug on client parser (#24)
16+
617
## [0.0.5](https://github.com/remarkablemark/html-react-parser/compare/v0.0.4...v0.0.5) - 2016-08-30
718
### Changed
819
- Remove `key` parameter from `replace` and use `React.cloneElement` (#18)

0 commit comments

Comments
 (0)