From 555e8af1cbd83bb02bf568702a248304ad91792d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 19:22:08 +0000 Subject: [PATCH] chore(master): release 4.1.0 --- 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 6f3dd631..7268bc99 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. +## [4.1.0](https://github.com/remarkablemark/html-react-parser/compare/v4.0.0...v4.1.0) (2023-07-20) + + +### Features + +* add transform option ([259eca1](https://github.com/remarkablemark/html-react-parser/commit/259eca1644682d3a37a2dd6c8cd31ed87aa6a942)) + ## [4.0.0](https://github.com/remarkablemark/html-react-parser/compare/v3.0.16...v4.0.0) (2023-05-31) diff --git a/package-lock.json b/package-lock.json index 5a5cbf5e..ca852089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-react-parser", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-react-parser", - "version": "4.0.0", + "version": "4.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 40e3c6fa..0046dd9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "4.0.0", + "version": "4.1.0", "description": "HTML to React parser.", "author": "Mark ", "main": "index.js",