Skip to content

Commit e9842af

Browse files
chore(release): 1.0.0
1 parent 37c57d1 commit e9842af

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
# [1.0.0](https://github.com/remarkablemark/html-react-parser/compare/v0.14.3...v1.0.0) (2020-12-14)
6+
7+
8+
### Build System
9+
10+
* **package:** upgrade dependency `html-dom-parser` to 0.5.0 ([5568ed7](https://github.com/remarkablemark/html-react-parser/commit/5568ed72fb2c31c1924eac114f38d6294c3ba342))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* **package:** upgrade dependency `html-dom-parser` to 0.5.0
16+
17+
18+
519
## [0.14.3](https://github.com/remarkablemark/html-react-parser/compare/v0.14.2...v0.14.3) (2020-12-12)
620

721

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

0 commit comments

Comments
 (0)