From 8d4f1f1ffa8190c915a061a863c0cb271ab5b33b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Sep 2020 00:06:49 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.3...v3.1.0) (2020-09-02) ### Features * add closeButtonHtml mount ([#121](https://github.com/sweetalert2/sweetalert2-react-content/issues/121)) ([ca88cf4](https://github.com/sweetalert2/sweetalert2-react-content/commit/ca88cf49a5a3c2e683eb9ed0fba8e01b5be94d6a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543cfcd..46ca9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.3...v3.1.0) (2020-09-02) + + +### Features + +* add closeButtonHtml mount ([#121](https://github.com/sweetalert2/sweetalert2-react-content/issues/121)) ([ca88cf4](https://github.com/sweetalert2/sweetalert2-react-content/commit/ca88cf49a5a3c2e683eb9ed0fba8e01b5be94d6a)) + ## [3.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.2...v3.0.3) (2020-07-12) diff --git a/package.json b/package.json index a91cd13..dee75cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.0.3", + "version": "3.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",