diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4254a..40b0627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [5.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.2.0...v5.0.0) (2022-04-12) + + +* BREAKING CHANGE: React 18 🎉 (#189) ([978586a](https://github.com/sweetalert2/sweetalert2-react-content/commit/978586ad20850f8e1e995e0985a80a382d6b088b)), closes [#189](https://github.com/sweetalert2/sweetalert2-react-content/issues/189) + + +### BREAKING CHANGES + +* React 18 🎉 + # [4.2.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.1.1...v4.2.0) (2021-10-18) diff --git a/package.json b/package.json index c58bb8c..cda03eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "4.2.0", + "version": "5.0.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",