diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab09d5..543cfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.2...v3.0.3) (2020-07-12) + + +### Bug Fixes + +* update typescript declaration file for TS 3.9.5 ([#119](https://github.com/sweetalert2/sweetalert2-react-content/issues/119)) ([757ab23](https://github.com/sweetalert2/sweetalert2-react-content/commit/757ab237cb60fe076a848313058f3e5749ad66e8)) + ## [3.0.2](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.0.1...v3.0.2) (2020-07-12) diff --git a/package.json b/package.json index f25a7e1..a91cd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "3.0.2", + "version": "3.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",