From 13993837d567b5ad67a5781e65530d97e65e0243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 02:07:33 +0000 Subject: [PATCH] chore(master): release 3.0.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5a20bd..c393a83a 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. +## [3.0.13](https://github.com/remarkablemark/html-react-parser/compare/v3.0.12...v3.0.13) (2023-03-22) + + +### Bug Fixes + +* bump html-dom-parser to 3.1.6 to fix feGaussianBlur misspelling ([81bfeba](https://github.com/remarkablemark/html-react-parser/commit/81bfebaa87564cc88a00bebd030d0d22b5b5dd46)), closes [#734](https://github.com/remarkablemark/html-react-parser/issues/734) + ## [3.0.12](https://github.com/remarkablemark/html-react-parser/compare/v3.0.11...v3.0.12) (2023-03-06) diff --git a/package.json b/package.json index 98eca558..3bf1b55a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "3.0.12", + "version": "3.0.13", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",