diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a59246..7513a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.61.1](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.61.0...v0.61.1) (2024-01-04) + + +### Bug Fixes + +* **build:** errors in `/view_deleted_messages` page ([7db807b](https://github.com/onesoft-sudo/sudobot-dashboard/commit/7db807bc50f8d672d1fb9f49606df3552d922cb1)) + + + # [0.61.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.60.1...v0.61.0) (2023-12-24) @@ -34,12 +43,3 @@ -# [0.59.0](https://github.com/onesoft-sudo/sudobot-dashboard/compare/v0.58.0...v0.59.0) (2023-12-15) - - -### Features - -* complete /api/verify/email route ([1ba7f0b](https://github.com/onesoft-sudo/sudobot-dashboard/commit/1ba7f0b502d5e6dc9a058bf26fc59ac07a51519f)) - - - diff --git a/package.json b/package.json index dce14ea..e081955 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-dashboard", - "version": "0.61.0", + "version": "0.61.1", "private": true, "scripts": { "dev": "next dev",