diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b0627..d759f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.0...v5.0.1) (2022-06-28) + + +### Bug Fixes + +* pass process.env.NODE_ENV=production to rollup build config ([734daa4](https://github.com/sweetalert2/sweetalert2-react-content/commit/734daa4e1439530c7971d100f0716aeffb8a5860)) + # [5.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.2.0...v5.0.0) (2022-04-12) diff --git a/package.json b/package.json index 3fe4130..3ef275d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.0", + "version": "5.0.1", "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",