From 9379930f851e19ca72a721a3e27a0eca7fa971c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:44:35 +0000 Subject: [PATCH] chore(master): release 5.1.11 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3696f2e7..39ae872a 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. +## [5.1.11](https://github.com/remarkablemark/html-react-parser/compare/v5.1.10...v5.1.11) (2024-07-17) + + +### Bug Fixes + +* **package:** match allowed peer dependency ranges of react and @types/react ([#1463](https://github.com/remarkablemark/html-react-parser/issues/1463)) ([0809ac5](https://github.com/remarkablemark/html-react-parser/commit/0809ac5d7710d7f91e8d670deed1ba1461f876ec)), closes [#1462](https://github.com/remarkablemark/html-react-parser/issues/1462) + ## [5.1.10](https://github.com/remarkablemark/html-react-parser/compare/v5.1.9...v5.1.10) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 20bf0941..f1d86059 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.10", + "version": "5.1.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.10", + "version": "5.1.11", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index de5a2543..fb33a4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.10", + "version": "5.1.11", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",