diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8d216..2fecb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.3](https://github.com/rfoel/bulma-toast/compare/v2.4.2...v2.4.3) (2023-08-22) + + +### Bug Fixes + +* issue where the toasts container would reset on each toast remove - Issue [#139](https://github.com/rfoel/bulma-toast/issues/139) ([#340](https://github.com/rfoel/bulma-toast/issues/340)) ([cc643df](https://github.com/rfoel/bulma-toast/commit/cc643df059607f6cb8bfa8c58ac86791a2c0dd1f)) + ## [2.4.2](https://github.com/rfoel/bulma-toast/compare/v2.4.1...v2.4.2) (2022-11-29) diff --git a/package-lock.json b/package-lock.json index 725146c..e611271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.2", + "version": "2.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 436b2e5..76f88de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.2", + "version": "2.4.3", "description": "Bulma's pure JavaScript extension to display toasts", "main": "dist/bulma-toast.cjs.js", "module": "dist/bulma-toast.esm.js",