diff --git a/CHANGELOG.md b/CHANGELOG.md index c87b946f..0e0c9fdc 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.15](https://github.com/remarkablemark/html-react-parser/compare/v3.0.14...v3.0.15) (2023-03-25) + + +### Build System + +* **package:** bump html-dom-parser from 3.1.6 to 3.1.7 ([ed585e2](https://github.com/remarkablemark/html-react-parser/commit/ed585e284e7ad743c4582fefe5b75bb836444683)) + ## [3.0.14](https://github.com/remarkablemark/html-react-parser/compare/v3.0.13...v3.0.14) (2023-03-24) diff --git a/package.json b/package.json index a65d04d5..f36f8c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "3.0.14", + "version": "3.0.15", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",