Skip to content

Commit

Permalink
chore(release): 11.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [11.3.2](sweetalert2/sweetalert2@v11.3.1...v11.3.2) (2021-12-30)

### Bug Fixes

* enable type checking ([sweetalert2#2373](sweetalert2#2373)) ([1f052ba](sweetalert2@1f052ba))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent 1f052ba commit f8ea201
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.3.2](https://github.com/sweetalert2/sweetalert2/compare/v11.3.1...v11.3.2) (2021-12-30)


### Bug Fixes

* enable type checking ([#2373](https://github.com/sweetalert2/sweetalert2/issues/2373)) ([1f052ba](https://github.com/sweetalert2/sweetalert2/commit/1f052baf691b185ee84752424b95826eda991da6))

## [11.3.1](https://github.com/sweetalert2/sweetalert2/compare/v11.3.0...v11.3.1) (2021-12-28)


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",
"version": "11.3.1",
"version": "11.3.2",
"repository": "sweetalert2/sweetalert2",
"homepage": "https://sweetalert2.github.io/",
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
Expand Down
2 changes: 1 addition & 1 deletion src/SweetAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ Object.keys(instanceMethods).forEach(key => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '11.3.1'
SweetAlert.version = '11.3.2'

export default SweetAlert

0 comments on commit f8ea201

Please sign in to comment.