Skip to content

Commit a9047ed

Browse files
Merge pull request #395 from remarkablemark/release-v1.4.4
chore: release 1.4.4
2 parents 3684196 + ad4b93c commit a9047ed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.4.4](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.3...v1.4.4) (2021-12-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **dom-to-react:** trim whitespaces if it is not valid in parent ([523e292](https://www.github.com/remarkablemark/html-react-parser/commit/523e292c67ee137fd95d345b10d8071de3b3ae9d))
11+
* grammar and doc strings ([87b0cd4](https://www.github.com/remarkablemark/html-react-parser/commit/87b0cd40e305b164deadd1526323755a1622fe1a))
12+
* improved language in README.md and removed TOC item ([4126592](https://www.github.com/remarkablemark/html-react-parser/commit/4126592955b6ab5745c92832d34c98c0bb63f92c))
13+
* remove #document from list of node names ([d6e3554](https://www.github.com/remarkablemark/html-react-parser/commit/d6e355432414cf611ad42b8560d9a6327bba6404))
14+
515
### [1.4.3](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.2...v1.4.3) (2021-12-13)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)