From 473b3fbceaae5e7286e01a689b13eeaf33445d28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 12:36:20 +0000 Subject: [PATCH] chore(release): 2.4.2 [skip ci] ## [2.4.2](https://github.com/rfoel/bulma-toast/compare/v2.4.1...v2.4.2) (2022-11-29) ### Bug Fixes * Add 'single' to typescript defs ([#326](https://github.com/rfoel/bulma-toast/issues/326)) ([be17c8b](https://github.com/rfoel/bulma-toast/commit/be17c8bd9215a3a13dc89bd3b5ddeab8b5b0a157)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0778b33..4e8d216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.2](https://github.com/rfoel/bulma-toast/compare/v2.4.1...v2.4.2) (2022-11-29) + + +### Bug Fixes + +* Add 'single' to typescript defs ([#326](https://github.com/rfoel/bulma-toast/issues/326)) ([be17c8b](https://github.com/rfoel/bulma-toast/commit/be17c8bd9215a3a13dc89bd3b5ddeab8b5b0a157)) + ## [2.4.1](https://github.com/rfoel/bulma-toast/compare/v2.4.0...v2.4.1) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index ddeade2..725146c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c22a996..436b2e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-toast", - "version": "2.4.1", + "version": "2.4.2", "description": "Bulma's pure JavaScript extension to display toasts", "main": "dist/bulma-toast.cjs.js", "module": "dist/bulma-toast.esm.js",