Skip to content

Commit b72d102

Browse files
chore(release): 0.7.0
1 parent c988f75 commit b72d102

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.7.0"></a>
6+
# [0.7.0](https://github.com/remarkablemark/html-react-parser/compare/v0.6.4...v0.7.0) (2019-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **coveralls:** moved dtslint tests to lint folder ([306fceb](https://github.com/remarkablemark/html-react-parser/commit/306fceb))
12+
* **types:** html-dom-parser > html-react-parser ([438b9af](https://github.com/remarkablemark/html-react-parser/commit/438b9af))
13+
14+
15+
### Features
16+
17+
* **types:** add lib/dom-to-react declaration ([27ed8b6](https://github.com/remarkablemark/html-react-parser/commit/27ed8b6))
18+
19+
20+
521
<a name="0.6.4"></a>
622
## [0.6.4](https://github.com/remarkablemark/html-react-parser/compare/v0.6.3...v0.6.4) (2019-03-29)
723

Diff for: 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.6.4",
3+
"version": "0.7.0",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)