Skip to content

Commit faad529

Browse files
chore(release): bump package version to 0.4.0
1 parent aed167d commit faad529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com)
55
and this project adheres to [Semantic Versioning](http://semver.org).
66

7-
## [Unreleased](https://github.com/remarkablemark/html-react-parser/compare/v0.3.6...HEAD)
7+
## [0.4.0](https://github.com/remarkablemark/html-react-parser/compare/v0.3.6...v0.4.0) - 2017-10-01
88
### Added
99
- [react-dom-core](https://github.com/remarkablemark/react-dom-core) to dependencies (closes #43)
1010
- `react-dom` 16 no longer exposes `lib`, which includes the DOM property configs

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

0 commit comments

Comments
 (0)