From 4c3f52d7a83a7f6fdf5826c95ff769cd2321e121 Mon Sep 17 00:00:00 2001 From: Conventional Release Action Date: Sat, 14 Oct 2023 03:45:15 +0000 Subject: [PATCH] chore(release): v0.42.5 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1484e4..9f84a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.42.5](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.4...v0.42.5) (2023-10-14) + + +### Bug Fixes + +* message rule card title spacing on mobile ([4078e45](https://github.com/onesoft-sudo/sudobot-dashboard/commit/4078e4541c55e1b5f467636d993dfeb1f6822777)) + + + ## [0.42.4](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.3...v0.42.4) (2023-10-14) @@ -34,12 +43,3 @@ -# [0.42.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.41.3...v0.42.0) (2023-10-12) - - -### Features - -* auto logout if a request fails with 401 ([34b894a](https://github.com/onesoft-sudo/sudobot-dashboard/commit/34b894a0bd4d86ce5dab958b58f498106c679cd4)) - - - diff --git a/package.json b/package.json index 25f80d1..a9f2991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.42.4", + "version": "0.42.5", "private": true, "scripts": { "dev": "next dev",