From d2c2891f4bd242990a3df999b5aa9df767b7161c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Jun 2021 09:17:34 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.1...v4.1.0) (2021-06-20) ### Features * add loaderHtml support ([#170](https://github.com/sweetalert2/sweetalert2-react-content/issues/170)) ([3681312](https://github.com/sweetalert2/sweetalert2-react-content/commit/36813129dad58749593504af97ee58d0fefc2e92)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79eda6e..55e0ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.1...v4.1.0) (2021-06-20) + + +### Features + +* add loaderHtml support ([#170](https://github.com/sweetalert2/sweetalert2-react-content/issues/170)) ([ca07c1f](https://github.com/sweetalert2/sweetalert2-react-content/commit/ca07c1f83116692731a4bfb062e983ac512276c5)) + ## [4.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.0...v4.0.1) (2021-05-19) diff --git a/package.json b/package.json index 8282be3..8ef890b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "4.0.1", + "version": "4.1.0", "description": "Official sweetalert2 enhancer adding support for React elements as content.", "main": "dist/sweetalert2-react-content.cjs.js", "module": "dist/sweetalert2-react-content.es.js",