Skip to content

Commit

Permalink
chore(release): 9.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.1.0](v9.0.2...v9.1.0) (2019-11-05)

### Features

* **scss:** add $swal2-icon-animations ([897b20b](897b20b))
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent 897b20b commit c167c33
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.1.0](https://github.com/sweetalert2/sweetalert2/compare/v9.0.2...v9.1.0) (2019-11-05)


### Features

* **scss:** add $swal2-icon-animations ([897b20b](https://github.com/sweetalert2/sweetalert2/commit/897b20b2d1a3b5d586e70188da17be0f8af8f0f1))

## [9.0.2](https://github.com/sweetalert2/sweetalert2/compare/v9.0.1...v9.0.2) (2019-11-04)


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

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '9.0.2'
SweetAlert.version = '9.1.0'

export default SweetAlert

0 comments on commit c167c33

Please sign in to comment.