Skip to content

Commit 9aeaca0

Browse files
chore(release): 11.4.18 [skip ci]
## [11.4.18](v11.4.17...v11.4.18) (2022-06-19) ### Bug Fixes * better check for user's language ([11bcd99](11bcd99)), closes [#2456](#2456)
1 parent 11bcd99 commit 9aeaca0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.4.18](https://github.com/sweetalert2/sweetalert2/compare/v11.4.17...v11.4.18) (2022-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* better check for user's language ([11bcd99](https://github.com/sweetalert2/sweetalert2/commit/11bcd99df5dcde17a2f36ca5493db8b5c53dfe7e)), closes [#2456](https://github.com/sweetalert2/sweetalert2/issues/2456)
7+
18
## [11.4.17](https://github.com/sweetalert2/sweetalert2/compare/v11.4.16...v11.4.17) (2022-05-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sweetalert2",
3-
"version": "11.4.17",
3+
"version": "11.4.18",
44
"repository": "sweetalert2/sweetalert2",
55
"homepage": "https://sweetalert2.github.io/",
66
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",

src/SweetAlert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ Object.keys(instanceMethods).forEach((key) => {
248248

249249
SweetAlert.DismissReason = DismissReason
250250

251-
SweetAlert.version = '11.4.17'
251+
SweetAlert.version = '11.4.18'
252252

253253
export default SweetAlert

0 commit comments

Comments
 (0)