From f38d80b3c934cbbe91609fd73246efc88e34555c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 16 May 2023 18:01:11 +0000 Subject: [PATCH] chore(release): v0.23.1 [skip ci] --- CHANGELOG.md | 21 +++++++-------------- src/main/resources/version.yml | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad97733..ecb46a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,28 @@ -# [0.23.0](https://github.com/Greazi-Times/Discord_Bot_Foundation/compare/v0.24.0...v0.23.0) (2023-05-16) +## [0.23.1](https://github.com/Greazi-Times/Discord_Bot_Foundation/compare/v0.23.0...v0.23.1) (2023-05-16) ### Bug Fixes -* fixed the main guild system ([1c6425e](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/1c6425eebc2bca80873fcab802dc27b35b787ee5)) -* NotNull arguments for method dm(...) ([40092f4](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/40092f446e6a601761a7a2b4121ca35e9d565011)) - - -### Features - -* added Entity menu system ([9fab8eb](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/9fab8ebe112f6ead97e5133339c3c9a0562206b2)) -* Added permissions to SlashCommand ([48d8ff1](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/48d8ff17813c3e9a6cdd64a61da4d5bff59b7d71)) +* Console == null ([19c570f](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/19c570f14c733231cfa547730aace18726775b2d)) -## [0.22.3](https://github.com/Greazi-Times/Discord_Bot_Foundation/compare/v0.22.2...v0.22.3) (2023-03-22) - - - -# [0.24.0](https://github.com/Greazi-Times/Discord_Bot_Foundation/compare/v0.22.3...v0.24.0) (2023-05-16) +# [0.23.0](https://github.com/Greazi-Times/Discord_Bot_Foundation/compare/v0.22.3...v0.23.0) (2023-05-16) ### Bug Fixes * fixed mainguild system. ([3afdd18](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/3afdd181d4b9878d9e8ddf0bc14a03b40cb0c3ca)) +* fixed the main guild system ([1c6425e](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/1c6425eebc2bca80873fcab802dc27b35b787ee5)) +* NotNull arguments for method dm(...) ([40092f4](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/40092f446e6a601761a7a2b4121ca35e9d565011)) ### Features * Adde permissions to slashCommands ([971c74e](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/971c74e952f1c27113b8b2fb7add915760387a96)) +* added Entity menu system ([9fab8eb](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/9fab8ebe112f6ead97e5133339c3c9a0562206b2)) * Added Entity menu's ([d895e81](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/d895e81855dba0b511913aa85ff8fabcbedc07b4)) +* Added permissions to SlashCommand ([48d8ff1](https://github.com/Greazi-Times/Discord_Bot_Foundation/commit/48d8ff17813c3e9a6cdd64a61da4d5bff59b7d71)) diff --git a/src/main/resources/version.yml b/src/main/resources/version.yml index 3cce47b..2133d41 100644 --- a/src/main/resources/version.yml +++ b/src/main/resources/version.yml @@ -1 +1 @@ -version: "0.23.0" \ No newline at end of file +version: "0.23.1" \ No newline at end of file