diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e94549..42b81ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/remarkablemark/html-react-parser/compare/v6.0.1...v6.1.0) (2026-05-05) + + +### Features + +* **options:** add CSP support with `trustedTypePolicy` ([#2220](https://github.com/remarkablemark/html-react-parser/issues/2220)) ([0fd3aa0](https://github.com/remarkablemark/html-react-parser/commit/0fd3aa0ec8e58224349e9de010c9f100028800ac)) + ## [6.0.1](https://github.com/remarkablemark/html-react-parser/compare/v6.0.0...v6.0.1) (2026-04-08) diff --git a/package-lock.json b/package-lock.json index 622cb900..6a537261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "6.0.1", + "version": "6.1.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 115b15d1..a2e6c227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "6.0.1", + "version": "6.1.0", "description": "HTML to React parser.", "author": "Mark (https://remarkabl.org)", "funding": [