From 97673368ea045df16084a4de97f4e25c0a6e852f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 28 Aug 2024 07:18:20 +0000 Subject: [PATCH] release: v1.4.2 [skip ci] Signed-off-by: Ar Rakin [skip ci] --- CHANGELOG.md | 29 ++++++++++------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9cc392..ac6bddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.4.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.4.1...v1.4.2) (2024-08-28) + + +### Bug Fixes + +* 400 errors ([3f8cd2f](https://github.com/onesoft-sudo/sudobot-dashboard/commit/3f8cd2f0dc82d4ea889bf640741616151083f423)) +* type errors ([9475a29](https://github.com/onesoft-sudo/sudobot-dashboard/commit/9475a2945c7c8186e9136d12243ca14a20f23413)) + + + ## [1.4.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.4.0...v1.4.1) (2024-08-28) @@ -36,22 +46,3 @@ -# [1.3.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.2.5...v1.3.0) (2024-08-27) - - -### Bug Fixes - -* home page buttons ([9b081d7](https://github.com/onesoft-sudo/sudobot-dashboard/commit/9b081d7d8f891ddd44945e61a4a83928fd30ec94)) -* **pages:home:** buttons not working ([66947a5](https://github.com/onesoft-sudo/sudobot-dashboard/commit/66947a5f8238557425ec47817ab42f154475e378)) -* type errors ([4c4e125](https://github.com/onesoft-sudo/sudobot-dashboard/commit/4c4e1251581bac3c55f9d6042038c796a30595bd)) -* verification gate error icon ([4a496da](https://github.com/onesoft-sudo/sudobot-dashboard/commit/4a496dad9822b07c16cba80cb28c937d5b9b3424)) -* **verification:** error messages ([ad75ace](https://github.com/onesoft-sudo/sudobot-dashboard/commit/ad75ace52016f91e3099d7926bbf63a8161cc57f)) - - -### Features - -* add verification pages [1/3] ([09fb55a](https://github.com/onesoft-sudo/sudobot-dashboard/commit/09fb55a8aa0eb4207038d0a99218caabca12d289)) -* finalize verification gate [2/3] ([65d5ada](https://github.com/onesoft-sudo/sudobot-dashboard/commit/65d5ada407a64245e6cffecfe25352dc1f5f121a)) - - - diff --git a/package.json b/package.json index 19ec6e0..29267d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "dev": "next dev --turbo",