From b2425607385123ef0162e9a5f2fc7ce987bb8505 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 28 Aug 2024 07:38:25 +0000 Subject: [PATCH] release: v1.4.3 [skip ci] Signed-off-by: Ar Rakin [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6bddd..aa7bac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.3](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.4.2...v1.4.3) (2024-08-28) + + +### Bug Fixes + +* query params are not being rewritten ([c60b994](https://github.com/onesoft-sudo/sudobot-dashboard/commit/c60b99419c26962f41911b98c22fd3c9ff0fe826)) + + + ## [1.4.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.4.1...v1.4.2) (2024-08-28) @@ -37,12 +46,3 @@ -## [1.3.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v1.3.0...v1.3.1) (2024-08-27) - - -### Bug Fixes - -* change status code for invalid verification url data to 419 ([8f3abca](https://github.com/onesoft-sudo/sudobot-dashboard/commit/8f3abca7bb65134dfcd6ed81930e3f1f09422c64)) - - - diff --git a/package.json b/package.json index 29267d5..24c9082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "1.4.2", + "version": "1.4.3", "private": true, "scripts": { "dev": "next dev --turbo",