From 1ff9cce4f86c5278a04cbe9f99f7664fc7ecee42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jul 2020 15:20:35 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.1...v3.0.2) (2020-07-12) ### Bug Fixes * remove useRejections ([#118](https://github.com/sweetalert2/sweetalert2-react-content/issues/118)) ([f08301d](https://github.com/sweetalert2/sweetalert2-react-content/commit/f08301d2ab46ed81d1a96c738c897c9e010c7093)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3c946..9ab09d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.1...v3.0.2) (2020-07-12) + + +### Bug Fixes + +* remove useRejections ([#118](https://github.com/sweetalert2/sweetalert2-react-content/issues/118)) ([f08301d](https://github.com/sweetalert2/sweetalert2-react-content/commit/f08301d2ab46ed81d1a96c738c897c9e010c7093)) + ## [3.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.0...v3.0.1) (2020-02-20) diff --git a/package.json b/package.json index d06c380..f25a7e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.0.1", + "version": "3.0.2", "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",