Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.3.3...v4.0.0) (2021-05-17)

* BREAKING CHANGE: Drop IE11 and legacy Edge support (#166) ([e5a0e6b](e5a0e6b)), closes [#166](#166)

### BREAKING CHANGES

* Drop IE11 and legacy Edge support
  • Loading branch information
semantic-release-bot committed May 17, 2021
1 parent e5a0e6b commit b4b94d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [4.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.3...v4.0.0) (2021-05-17)


* BREAKING CHANGE: Drop IE11 and legacy Edge support (#166) ([e5a0e6b](https://github.com/sweetalert2/sweetalert2-react-content/commit/e5a0e6b68ae256d5f13d46a4f09a7e72ce3e7253)), closes [#166](https://github.com/sweetalert2/sweetalert2-react-content/issues/166)


### BREAKING CHANGES

* Drop IE11 and legacy Edge support

## [3.3.3](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.2...v3.3.3) (2021-05-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetalert2-react-content",
"version": "3.3.3",
"version": "4.0.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",
Expand Down

0 comments on commit b4b94d5

Please sign in to comment.