diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ca9a8..21fc65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.1.0...v3.2.0) (2020-09-08) + + +### Features + +* add denyButtonText mount, support SweetAlert2 v10 🚀 ([#124](https://github.com/sweetalert2/sweetalert2-react-content/issues/124)) ([0fcfee7](https://github.com/sweetalert2/sweetalert2-react-content/commit/0fcfee7beb15859731a8c2700b3e9bd7bfad2694)) + # [3.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.3...v3.1.0) (2020-09-02) diff --git a/package.json b/package.json index 7045c54..fa861a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.1.0", + "version": "3.2.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",