From 5401c4dc3763bf64ea92600b1ab6704d125a301d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 09:08:43 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] ## [5.0.4](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.3...v5.0.4) (2022-10-19) ### Bug Fixes * **deps:** update rollup to v3 ([#221](https://github.com/sweetalert2/sweetalert2-react-content/issues/221)) ([387b662](https://github.com/sweetalert2/sweetalert2-react-content/commit/387b66246b8db1ad6284ffc95df01ea595083490)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9216ecc..d1e34ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.4](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.3...v5.0.4) (2022-10-19) + + +### Bug Fixes + +* **deps:** update rollup to v3 ([#221](https://github.com/sweetalert2/sweetalert2-react-content/issues/221)) ([387b662](https://github.com/sweetalert2/sweetalert2-react-content/commit/387b66246b8db1ad6284ffc95df01ea595083490)) + ## [5.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v5.0.2...v5.0.3) (2022-08-17) diff --git a/package.json b/package.json index 7844ef1..b6a30f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "5.0.3", + "version": "5.0.4", "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",