From fad942e662bf31261e228462216a77c1370d9130 Mon Sep 17 00:00:00 2001 From: Conventional Release Action Date: Wed, 4 Oct 2023 06:18:32 +0000 Subject: [PATCH] chore(release): v0.41.1 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5583aa1..66aa6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.41.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.41.0...v0.41.1) (2023-10-04) + + +### Bug Fixes + +* auto logout if the token expires ([e76ecb4](https://github.com/onesoft-sudo/sudobot-dashboard/commit/e76ecb464fbec7739b236335f02b19c7410d91a8)) + + + # [0.41.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.40.1...v0.41.0) (2023-10-04) @@ -40,12 +49,3 @@ -## [0.38.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.38.0...v0.38.1) (2023-09-28) - - -### Bug Fixes - -* grammatical error ([72b1ab1](https://github.com/onesoft-sudo/sudobot-dashboard/commit/72b1ab1ba414a5de49312410369d98f5d79e5155)) - - - diff --git a/package.json b/package.json index 32bee5f..3e656ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.41.0", + "version": "0.41.1", "private": true, "scripts": { "dev": "next dev",