Skip to content

Commit

Permalink
chore(release): 8.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.14.1](v8.14.0...v8.14.1) (2019-08-02)

### Bug Fixes

* **types:** support sweetalert2 modules from dist and src folders ([#1693](#1693)) ([ca1cbe9](ca1cbe9))
  • Loading branch information
semantic-release-bot committed Aug 2, 2019
1 parent ca1cbe9 commit 1f55b87
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 @@
## [8.14.1](https://github.com/sweetalert2/sweetalert2/compare/v8.14.0...v8.14.1) (2019-08-02)


### Bug Fixes

* **types:** support sweetalert2 modules from dist and src folders ([#1693](https://github.com/sweetalert2/sweetalert2/issues/1693)) ([ca1cbe9](https://github.com/sweetalert2/sweetalert2/commit/ca1cbe9))

# [8.14.0](https://github.com/sweetalert2/sweetalert2/compare/v8.13.6...v8.14.0) (2019-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sweetalert2",
"version": "8.14.0",
"version": "8.14.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 = '8.14.0'
SweetAlert.version = '8.14.1'

export default SweetAlert

0 comments on commit 1f55b87

Please sign in to comment.