From d874bb67ca7c580a67263299230a9db9b6b53bf7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 May 2021 07:32:15 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.0...v4.0.1) (2021-05-19) ### Bug Fixes * drop legacy hooks ([a736204](https://github.com/sweetalert2/sweetalert2-react-content/commit/a736204b6f7ed30c9079aa0187b1e46fac6bb9b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e56d26..79eda6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.0...v4.0.1) (2021-05-19) + + +### Bug Fixes + +* drop legacy hooks ([a736204](https://github.com/sweetalert2/sweetalert2-react-content/commit/a736204b6f7ed30c9079aa0187b1e46fac6bb9b8)) + # [4.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.3...v4.0.0) (2021-05-17) diff --git a/package.json b/package.json index 0257916..58ea360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "4.0.0", + "version": "4.0.1", "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",