Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2021-08-25)

### Features

* add extra classes option ([4f08fdf](4f08fdf))
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent 4f08fdf commit aeea821
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 @@
# [2.4.0](https://github.com/rfoel/bulma-toast/compare/v2.3.1...v2.4.0) (2021-08-25)


### Features

* add extra classes option ([4f08fdf](https://github.com/rfoel/bulma-toast/commit/4f08fdf9f930b112ccdfc12f05b8d08050731fa1))

## [2.3.1](https://github.com/rfoel/bulma-toast/compare/v2.3.0...v2.3.1) (2021-05-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-toast",
"version": "2.3.1",
"version": "2.4.0",
"description": "Bulma's pure JavaScript extension to display toasts",
"main": "dist/bulma-toast.cjs.js",
"module": "dist/bulma-toast.esm.js",
Expand Down

0 comments on commit aeea821

Please sign in to comment.