From 9974fe8bbdaa907b5b79504df9606de1ccc3a167 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Nov 2020 18:35:41 +0000 Subject: [PATCH] chore(release): 3.2.2 [skip ci] ## [3.2.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.2.1...v3.2.2) (2020-11-27) ### Bug Fixes * support React 17 ([#142](https://github.com/sweetalert2/sweetalert2-react-content/issues/142)) ([16981ab](https://github.com/sweetalert2/sweetalert2-react-content/commit/16981ab31cc91f3c3213a03c61cea93ac14e2fa5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b250243..0266096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.2.1...v3.2.2) (2020-11-27) + + +### Bug Fixes + +* support React 17 ([#142](https://github.com/sweetalert2/sweetalert2-react-content/issues/142)) ([16981ab](https://github.com/sweetalert2/sweetalert2-react-content/commit/16981ab31cc91f3c3213a03c61cea93ac14e2fa5)) + ## [3.2.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.2.0...v3.2.1) (2020-10-13) diff --git a/package.json b/package.json index defa167..f0d6f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.2.1", + "version": "3.2.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",