Skip to content

Commit

Permalink
chore(release): 9.3.10 [skip ci]
Browse files Browse the repository at this point in the history
## [9.3.10](v9.3.9...v9.3.10) (2019-11-15)

### Bug Fixes

* **ci:** fix semantic-release step ([fcf57b9](fcf57b9))
* **ci:** use yarn for bundlewatch ([effa758](effa758))
  • Loading branch information
semantic-release-bot committed Nov 15, 2019
1 parent effa758 commit e4d9891
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.3.10](https://github.com/sweetalert2/sweetalert2/compare/v9.3.9...v9.3.10) (2019-11-15)


### Bug Fixes

* **ci:** fix semantic-release step ([fcf57b9](https://github.com/sweetalert2/sweetalert2/commit/fcf57b9b82d9a7cd873d9a6a2fce2283ea3223c8))
* **ci:** use yarn for bundlewatch ([effa758](https://github.com/sweetalert2/sweetalert2/commit/effa758a1e88ee829af2559709cb90c4ea4ab17e))

## [9.3.9](https://github.com/sweetalert2/sweetalert2/compare/v9.3.8...v9.3.9) (2019-11-15)


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

export default SweetAlert

0 comments on commit e4d9891

Please sign in to comment.