Skip to content

Commit e3e2e55

Browse files
committedJul 9, 2020
chore(release): 9.15.3 [skip ci]
## [9.15.3](v9.15.2...v9.15.3) (2020-07-09) ### Bug Fixes * url validator to support http://g.co ([#2013](#2013)) ([fec1b0f](fec1b0f))
1 parent fec1b0f commit e3e2e55

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.15.3](https://github.com/sweetalert2/sweetalert2/compare/v9.15.2...v9.15.3) (2020-07-09)
2+
3+
4+
### Bug Fixes
5+
6+
* url validator to support http://g.co ([#2013](https://github.com/sweetalert2/sweetalert2/issues/2013)) ([8ab6562](https://github.com/sweetalert2/sweetalert2/commit/8ab65628c0e6cd1227bce7d5898a5d77fc5e6f31))
7+
18
## [9.15.2](https://github.com/sweetalert2/sweetalert2/compare/v9.15.1...v9.15.2) (2020-06-23)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sweetalert2",
3-
"version": "9.15.2",
3+
"version": "9.15.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ Object.keys(instanceMethods).forEach(key => {
6464

6565
SweetAlert.DismissReason = DismissReason
6666

67-
SweetAlert.version = '9.15.2'
67+
SweetAlert.version = '9.15.3'
6868

6969
export default SweetAlert

0 commit comments

Comments
 (0)
Please sign in to comment.