diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f0f24..9216ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.2...v5.0.3) (2022-08-17) + + +### Bug Fixes + +* export type ReactSweetAlertOptions (closes [#208](https://github.com/sweetalert2/sweetalert2-react-content/issues/208)) ([b3564da](https://github.com/sweetalert2/sweetalert2-react-content/commit/b3564da46e7ccd8301c785311e2318546dc1ed2e)) + ## [5.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.1...v5.0.2) (2022-07-22) diff --git a/package.json b/package.json index f6004d7..a041e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.2", + "version": "5.0.3", "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",