diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a2200..9a43319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.42.3](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.2...v0.42.3) (2023-10-14) + + +### Bug Fixes + +* broken snackbar on mobile ([0587e3a](https://github.com/onesoft-sudo/sudobot-dashboard/commit/0587e3abeb68c96147a3fe0ff1ea037c16727412)) + + + ## [0.42.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.42.1...v0.42.2) (2023-10-13) @@ -34,12 +43,3 @@ -## [0.41.2](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.41.1...v0.41.2) (2023-10-09) - - -### Bug Fixes - -* height changes when going back or next in the community reviews ([4c79261](https://github.com/onesoft-sudo/sudobot-dashboard/commit/4c79261ee20adedc0eb44574cb4835b66dede705)) - - - diff --git a/package.json b/package.json index 4a1b1c7..7583a45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.42.2", + "version": "0.42.3", "private": true, "scripts": { "dev": "next dev",