diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fecb61..4c950cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.4](https://github.com/rfoel/bulma-toast/compare/v2.4.3...v2.4.4) (2024-03-02) + + +### Bug Fixes + +* Improve keywords in package.json ([#341](https://github.com/rfoel/bulma-toast/issues/341)) ([5c81448](https://github.com/rfoel/bulma-toast/commit/5c814483cd23de479b5c151e2eca57dbd95201c8)) +* message not optional in type definitions ([#342](https://github.com/rfoel/bulma-toast/issues/342)) ([2088cc8](https://github.com/rfoel/bulma-toast/commit/2088cc847fe7ad62c456ec368b587078644def37)) + ## [2.4.3](https://github.com/rfoel/bulma-toast/compare/v2.4.2...v2.4.3) (2023-08-22) diff --git a/package-lock.json b/package-lock.json index e611271..9e73ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af5dc04..aedb797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.3", + "version": "2.4.4", "description": "Bulma's pure JavaScript extension to display toasts", "main": "dist/bulma-toast.cjs.js", "module": "dist/bulma-toast.esm.js",