diff --git a/CHANGELOG.md b/CHANGELOG.md index 0266096..8b32309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.2.2...v3.3.0) (2021-02-12) + + +### Features + +* add iconHtml mount ([#147](https://github.com/sweetalert2/sweetalert2-react-content/issues/147)) ([8dd92fa](https://github.com/sweetalert2/sweetalert2-react-content/commit/8dd92fa625d23e0ae693da32fe52829d217a4a39)) + ## [3.2.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.2.1...v3.2.2) (2020-11-27) diff --git a/package.json b/package.json index f8b6988..47f8bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.2.2", + "version": "3.3.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",