Skip to content

Commit

Permalink
chore(release): 9.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.17.1](v9.17.0...v9.17.1) (2020-07-26)

### Bug Fixes

* typo content padding ([#2023](#2023)) ([e865aef](e865aef))
  • Loading branch information
semantic-release-bot committed Jul 26, 2020
1 parent e865aef commit af00192
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [9.17.1](https://github.com/sweetalert2/sweetalert2/compare/v9.17.0...v9.17.1) (2020-07-26)


### Bug Fixes

* typo content padding ([#2023](https://github.com/sweetalert2/sweetalert2/issues/2023)) ([e865aef](https://github.com/sweetalert2/sweetalert2/commit/e865aef94eff738c1be9d10b24e934f0f5b4feed))

# [9.17.0](https://github.com/sweetalert2/sweetalert2/compare/v9.16.0...v9.17.0) (2020-07-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sweetalert2",
"version": "9.17.0",
"version": "9.17.1",
"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
Expand Up @@ -64,6 +64,6 @@ Object.keys(instanceMethods).forEach(key => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '9.17.0'
SweetAlert.version = '9.17.1'

export default SweetAlert

0 comments on commit af00192

Please sign in to comment.