diff --git a/CHANGELOG.md b/CHANGELOG.md index c155f1dd..76a84db2 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.7](https://github.com/remarkablemark/html-react-parser/compare/v5.1.6...v5.1.7) (2024-02-19) + + +### Bug Fixes + +* **package:** set dependency `@types/react` to 17 or 18 ([0605477](https://github.com/remarkablemark/html-react-parser/commit/0605477b46e75e533a3628b542fc406e8b6198ab)), closes [#1320](https://github.com/remarkablemark/html-react-parser/issues/1320) + ## [5.1.6](https://github.com/remarkablemark/html-react-parser/compare/v5.1.5...v5.1.6) (2024-02-16) diff --git a/package-lock.json b/package-lock.json index 51b671d7..432f92b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "5.1.6", + "version": "5.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "5.1.6", + "version": "5.1.7", "license": "MIT", "dependencies": { "@types/react": "17 || 18", diff --git a/package.json b/package.json index effc98f7..1220616f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "5.1.6", + "version": "5.1.7", "description": "HTML to React parser.", "author": "Mark (https://remarkablemark.org)", "main": "./lib/index.js",