Skip to content

Commit

Permalink
chore(release): 9.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.16.0](v9.15.3...v9.16.0) (2020-07-14)

### Features

* **styles:** add $swal2-header-padding variable ([#2001](#2001)) ([11338e6](11338e6))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent 11338e6 commit 415c6c6
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 @@
# [9.16.0](https://github.com/sweetalert2/sweetalert2/compare/v9.15.3...v9.16.0) (2020-07-14)


### Features

* **styles:** add $swal2-header-padding variable ([#2001](https://github.com/sweetalert2/sweetalert2/issues/2001)) ([11338e6](https://github.com/sweetalert2/sweetalert2/commit/11338e690891ac7ec7bb702abbc9884190350a63))

## [9.15.3](https://github.com/sweetalert2/sweetalert2/compare/v9.15.2...v9.15.3) (2020-07-09)


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": "9.15.3",
"version": "9.16.0",
"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 = '9.15.3'
SweetAlert.version = '9.16.0'

export default SweetAlert

0 comments on commit 415c6c6

Please sign in to comment.