diff --git a/CHANGELOG.md b/CHANGELOG.md index 927f6ce..103f9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/rfoel/bulma-toast/compare/v2.1.0...v2.1.1) (2020-11-27) + + +### Bug Fixes + +* update lib ([e2f2c04](https://github.com/rfoel/bulma-toast/commit/e2f2c044ab4a0e4ca2f51aafc951f1e6985699f3)) + # Changelog 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. diff --git a/package-lock.json b/package-lock.json index a0c642e..227a512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99c0d2c..90c3035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.1.0", + "version": "2.1.1", "description": "Bulma's pure JavaScript extension to display toasts", "main": "dist/bulma-toast.cjs.js", "module": "dist/bulma-toast.esm.js",