From cf2f623963df4e1408570d48f5467a7325316262 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Oct 2021 14:30:37 +0000 Subject: [PATCH] chore(release): 4.2.0 [skip ci] # [4.2.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.1.1...v4.2.0) (2021-10-18) ### Features * support .update() method ([#179](https://github.com/sweetalert2/sweetalert2-react-content/issues/179)) ([738bcfd](https://github.com/sweetalert2/sweetalert2-react-content/commit/738bcfd34bf994b6581997097cda59869a1ea8be)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d6d78..6d4254a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.2.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.1.1...v4.2.0) (2021-10-18) + + +### Features + +* support .update() method ([#179](https://github.com/sweetalert2/sweetalert2-react-content/issues/179)) ([e9ce05c](https://github.com/sweetalert2/sweetalert2-react-content/commit/e9ce05cd5523b33220ec23caeae3bf95c912591b)) + ## [4.1.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.1.0...v4.1.1) (2021-07-22) diff --git a/package.json b/package.json index d6c0650..5c6eb51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "4.1.1", + "version": "4.2.0", "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",