diff --git a/CHANGELOG.md b/CHANGELOG.md index 103f9a3..bc9552e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/rfoel/bulma-toast/compare/v2.1.0...v2.2.0) (2020-11-27) + + +### Features + +* add setDefaults feature ([ceebb89](https://github.com/rfoel/bulma-toast/commit/ceebb8950e5d6f22d29e007115ecf5aa89b5065c)) + ## [2.1.1](https://github.com/rfoel/bulma-toast/compare/v2.1.0...v2.1.1) (2020-11-27) diff --git a/package-lock.json b/package-lock.json index 227a512..05b18b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90c3035..e747932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.1.1", + "version": "2.2.0", "description": "Bulma's pure JavaScript extension to display toasts", "main": "dist/bulma-toast.cjs.js", "module": "dist/bulma-toast.esm.js",