Skip to content

Commit aaf0e40

Browse files
Merge pull request #523 from remarkablemark/release-v1.4.12
chore: release 1.4.12
2 parents ed89b4d + 73d05d5 commit aaf0e40

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.12](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.11...v1.4.12) (2022-04-22)
6+
7+
8+
### Bug Fixes
9+
10+
* package.json not defined by exports warning ([4456f6a](https://www.github.com/remarkablemark/html-react-parser/commit/4456f6a126c4bcbf8be8b663b5b4e5b3a38a0e4d))
11+
512
### [1.4.11](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.10...v1.4.11) (2022-04-15)
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.11",
3+
"version": "1.4.12",
44
"description": "HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)