Skip to content

Commit

Permalink
chore(release): 11.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [11.7.2](v11.7.1...v11.7.2) (2023-02-17)

### Bug Fixes

* add types to close.js ([#2576](#2576)) ([d2bd860](d2bd860))
  • Loading branch information
semantic-release-bot committed Feb 17, 2023
1 parent d2bd860 commit 6ed40dc
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.7.2](https://github.com/sweetalert2/sweetalert2/compare/v11.7.1...v11.7.2) (2023-02-17)


### Bug Fixes

* add types to close.js ([#2576](https://github.com/sweetalert2/sweetalert2/issues/2576)) ([d2bd860](https://github.com/sweetalert2/sweetalert2/commit/d2bd860cd1767bca837a7cf90506a1aa900ad44c))

## [11.7.1](https://github.com/sweetalert2/sweetalert2/compare/v11.7.0...v11.7.1) (2023-01-24)


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.7.1",
"version": "11.7.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 @@ -301,6 +301,6 @@ Object.keys(instanceMethods).forEach((key) => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '11.7.1'
SweetAlert.version = '11.7.2'

export default SweetAlert

0 comments on commit 6ed40dc

Please sign in to comment.