From c8554920e1aa15fd0dfa43a743b6d7b98d285e28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:21:20 +0000 Subject: [PATCH] chore(master): release 5.1.5 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63c1ec1..470861e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [5.1.5](https://github.com/remarkablemark/html-react-parser/compare/v5.1.4...v5.1.5) (2024-02-14) + + +### Bug Fixes + +* **esm:** fix attributes-to-props and dom-to-react exported types ([e3c7931](https://github.com/remarkablemark/html-react-parser/commit/e3c7931d4918d158d02286a7f8b30d53c521dcb4)) +* **package:** move `@types/react` from devDependencies to dependencies ([78b7a8e](https://github.com/remarkablemark/html-react-parser/commit/78b7a8e8a52b23676a5d86ef60ee9c57683839e3)), closes [#1313](https://github.com/remarkablemark/html-react-parser/issues/1313) + ## [5.1.4](https://github.com/remarkablemark/html-react-parser/compare/v5.1.3...v5.1.4) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index e465501b..231a1260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.4", + "version": "5.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.4", + "version": "5.1.5", "license": "MIT", "dependencies": { "@types/react": "18.2.55", diff --git a/package.json b/package.json index 87101f4c..0ff7e9d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.4", + "version": "5.1.5", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",