diff --git a/CHANGELOG.md b/CHANGELOG.md index d4888e9..015ad97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v1.0.3...v1.1.0) (2019-03-23) + + +### Features + +* **package:** add `^8.2.2` to version range for sweetalert2 peer dep ([a39a635](https://github.com/sweetalert2/sweetalert2-react-content/commit/a39a635)) +* **update-method:** throw error when swal.update() is called ([e442747](https://github.com/sweetalert2/sweetalert2-react-content/commit/e442747)) + ## [1.0.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v1.0.2...v1.0.3) (2019-02-20) diff --git a/package.json b/package.json index 397c8ec..e81902d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sweetalert2-react-content", - "version": "1.0.3", + "version": "1.1.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",