We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7ced9 commit 1b9aa06Copy full SHA for 1b9aa06
CHANGELOG.md
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).
5
6
+## [0.0.2](https://github.com/remarkablemark/html-react-parser/compare/v0.0.1...v0.0.2) - 2016-08-23
7
+### Added
8
+- [ESLint](http://eslint.org) as the linter (#2)
9
+- [Travis CI](https://travis-ci.org) (#4)
10
+
11
+### Fixed
12
+- `package.json` **peerDependencies** for `react` and `react-dom`
13
14
## [0.0.1](https://github.com/remarkablemark/html-react-parser/tree/v0.0.1) - 2016-08-23
15
### Added
16
- HTML to React parser which consists of:
0 commit comments