Skip to content

Commit

Permalink
chore(release): 8.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.4.0](v8.3.0...v8.4.0) (2019-03-15)

### Features

* add customClass.icon, simplify icons markup ([ba4a485](ba4a485))
* add Swal.getIcon() ([acc42a0](acc42a0))
  • Loading branch information
semantic-release-bot committed Mar 15, 2019
1 parent acc42a0 commit 63ab461
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 @@
# [8.4.0](https://github.com/sweetalert2/sweetalert2/compare/v8.3.0...v8.4.0) (2019-03-15)


### Features

* add customClass.icon, simplify icons markup ([ba4a485](https://github.com/sweetalert2/sweetalert2/commit/ba4a485))
* add Swal.getIcon() ([acc42a0](https://github.com/sweetalert2/sweetalert2/commit/acc42a0))

# [8.3.0](https://github.com/sweetalert2/sweetalert2/compare/v8.2.6...v8.3.0) (2019-03-11)


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": "8.3.0",
"version": "8.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ Object.keys(instanceMethods).forEach(key => {

SweetAlert.DismissReason = DismissReason

SweetAlert.version = '8.3.0'
SweetAlert.version = '8.4.0'

export default SweetAlert

0 comments on commit 63ab461

Please sign in to comment.