diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e34ee..8cbee24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.5](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.4...v5.0.5) (2022-10-19) + + +### Bug Fixes + +* use `Swal.getIconContent()` ([#222](https://github.com/sweetalert2/sweetalert2-react-content/issues/222)) ([d63b4d8](https://github.com/sweetalert2/sweetalert2-react-content/commit/d63b4d881c045ea15a240ddb066009a2bfa3709e)) + ## [5.0.4](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.3...v5.0.4) (2022-10-19) diff --git a/package.json b/package.json index 6177b8f..145badf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.4", + "version": "5.0.5", "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",