Skip to content

Commit

Permalink
"chore(release): 2.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Oct 27, 2020
1 parent f38ac7a commit 51bfe3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 2.1.0 (2020-10-27)


### Features

* allow offsetting the toast position ([#58](https://github.com/rfoel/bulma-toast/issues/58)) ([f38ac7a](https://github.com/rfoel/bulma-toast/commit/f38ac7a9b4a274f78cc8d98f47a45f6d4807288a))

### 2.0.3 (2020-08-24)


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": "bulma-toast",
"version": "2.0.3",
"version": "2.1.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 51bfe3a

Please sign in to comment.