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",