From 0caf105147df5062d45dbcba806fe0a2e693d52b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 05:14:33 +0000 Subject: [PATCH] chore: release 1.4.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46b54e2..307ba292 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.7](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.6...v1.4.7) (2022-02-05) + + +### Build System + +* **package:** upgrade html-dom-parser from 1.0.4 to 1.1.0 ([750f5e6](https://www.github.com/remarkablemark/html-react-parser/commit/750f5e67436ede39601ddf8789088f179dd8cf18)) + ### [1.4.6](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.5...v1.4.6) (2022-01-28) diff --git a/package.json b/package.json index 0bebd14f..b1fa8f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "1.4.6", + "version": "1.4.7", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",