From 4a753037532e41d81e1c00d8a5223dd9b4f37d8a Mon Sep 17 00:00:00 2001 From: Conventional Release Action Date: Sat, 14 Oct 2023 03:34:28 +0000 Subject: [PATCH] chore(release): v0.42.4 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a43319..a1484e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.42.4](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.3...v0.42.4) (2023-10-14) + + +### Bug Fixes + +* **types:** environment variable types ([7813a71](https://github.com/onesoft-sudo/sudobot-dashboard/commit/7813a7189bcb5448583dffaeebd7e4454864e986)) + + + ## [0.42.3](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.2...v0.42.3) (2023-10-14) @@ -34,12 +43,3 @@ -## [0.41.3](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.41.2...v0.41.3) (2023-10-09) - - -### Bug Fixes - -* **buttons:** add missing hover effects to the buttons in home page ([657924f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/657924f2e98a079465d3cc9a2d9c6ab3eff85d96)) - - - diff --git a/package.json b/package.json index 7583a45..25f80d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.42.3", + "version": "0.42.4", "private": true, "scripts": { "dev": "next dev",