Skip to content

Commit

Permalink
chore(release): 9.17.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.17.2](v9.17.1...v9.17.2) (2020-09-03)

### Bug Fixes

* **types:** add missing params to SweetAlertUpdatableParameters ([#2042](#2042)) ([7142fad](7142fad))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent 7142fad commit fb7abc3
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.17.2](https://github.com/sweetalert2/sweetalert2/compare/v9.17.1...v9.17.2) (2020-09-03)


### Bug Fixes

* **types:** add missing params to SweetAlertUpdatableParameters ([#2042](https://github.com/sweetalert2/sweetalert2/issues/2042)) ([7142fad](https://github.com/sweetalert2/sweetalert2/commit/7142fad6a032481415989436390a5ff2ab65c323))

## [9.17.1](https://github.com/sweetalert2/sweetalert2/compare/v9.17.0...v9.17.1) (2020-07-26)


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

export default SweetAlert

0 comments on commit fb7abc3

Please sign in to comment.