Skip to content

Commit

Permalink
chore(release): 10.15.7 [skip ci]
Browse files Browse the repository at this point in the history
## [10.15.7](v10.15.6...v10.15.7) (2021-03-26)

### Bug Fixes

* Cannot read property 'stopKeydownPropagation' of undefined fix [#2204](#2204) ([541e8ab](541e8ab))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent 541e8ab commit 320d65a
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 @@
## [10.15.7](https://github.com/sweetalert2/sweetalert2/compare/v10.15.6...v10.15.7) (2021-03-26)


### Bug Fixes

* Cannot read property 'stopKeydownPropagation' of undefined fix [#2204](https://github.com/sweetalert2/sweetalert2/issues/2204) ([541e8ab](https://github.com/sweetalert2/sweetalert2/commit/541e8abf2cc4c0b8892dcf1a7ca9a04cd21744ae))

## [10.15.6](https://github.com/sweetalert2/sweetalert2/compare/v10.15.5...v10.15.6) (2021-03-17)


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

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '10.15.6'
SweetAlert.version = '10.15.7'

export default SweetAlert

0 comments on commit 320d65a

Please sign in to comment.