Skip to content

Commit

Permalink
chore(release): 11.6.15 [skip ci]
Browse files Browse the repository at this point in the history
## [11.6.15](v11.6.14...v11.6.15) (2022-11-30)

### Bug Fixes

* types in keydown-handler.js ([51f05b0](51f05b0))
  • Loading branch information
semantic-release-bot committed Nov 30, 2022
1 parent 51f05b0 commit 7f36c2e
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.6.15](https://github.com/sweetalert2/sweetalert2/compare/v11.6.14...v11.6.15) (2022-11-30)


### Bug Fixes

* types in keydown-handler.js ([51f05b0](https://github.com/sweetalert2/sweetalert2/commit/51f05b01b4a031eb666b0980f3faedb88b3cacb8))

## [11.6.14](https://github.com/sweetalert2/sweetalert2/compare/v11.6.13...v11.6.14) (2022-11-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.6.14",
"version": "11.6.15",
"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.6.14'
SweetAlert.version = '11.6.15'

export default SweetAlert

0 comments on commit 7f36c2e

Please sign in to comment.