From 852985e8f6c3a3af69c3051e02693d25b591fdcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 20:26:47 +0000 Subject: [PATCH] chore: release 1.4.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41086647..e46b54e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.4.6](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.5...v1.4.6) (2022-01-28) + + +### Bug Fixes + +* add exports main field ([03bb4d9](https://www.github.com/remarkablemark/html-react-parser/commit/03bb4d97630c0eabf60528c90ca801a06ca08e2b)) + ### [1.4.5](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.4...v1.4.5) (2022-01-05) diff --git a/package.json b/package.json index 52e2edd7..b6cb7ee9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "1.4.5", + "version": "1.4.6", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",