Skip to content

Commit 2d1ca85

Browse files
chore: release 1.4.8
1 parent 1daa39f commit 2d1ca85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.8](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.7...v1.4.8) (2022-02-06)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure backwards compatibility for html-dom-parser's ES Module ([1d9ab19](https://www.github.com/remarkablemark/html-react-parser/commit/1d9ab1971d1316d4b237c0e8f1b03dd2b7f158a0)), closes [#445](https://www.github.com/remarkablemark/html-react-parser/issues/445)
11+
512
### [1.4.7](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.6...v1.4.7) (2022-02-05)
613

714

package.json

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

0 commit comments

Comments
 (0)