From 156489f8f9ee9a9103b868f9604f777ff790f18a Mon Sep 17 00:00:00 2001 From: Conventional Release Action Date: Wed, 2 Aug 2023 10:30:43 +0000 Subject: [PATCH] chore(release): v5.22.0 [skip ci] --- CHANGELOG.md | 24 ++++++++++-------------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520082266..bf1e46b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [5.22.0](https://github.com/onesoft-sudo/sudobot/compare/v5.21.1...v5.22.0) (2023-08-02) + + +### Features + +* add dmhistory command ([c1b1c96](https://github.com/onesoft-sudo/sudobot/commit/c1b1c96525d024a59d60026499a264c7674c10aa)) +* **commands:** add spam reset command ([1a68e51](https://github.com/onesoft-sudo/sudobot/commit/1a68e5146750ee43534cda920d62a706bb151bed)) + + + ## [5.21.1](https://github.com/onesoft-sudo/sudobot/compare/v5.21.0...v5.21.1) (2023-08-02) @@ -41,17 +51,3 @@ -# [5.20.0](https://github.com/onesoft-sudo/sudobot/compare/v5.19.3...v5.20.0) (2023-08-02) - - -### Bug Fixes - -* typo ([2d6afbd](https://github.com/onesoft-sudo/sudobot/commit/2d6afbd3436b255d5924a71059604873c8cb3bb4)) - - -### Features - -* **commands:** add blocked word and token management commands ([bea5e7c](https://github.com/onesoft-sudo/sudobot/commit/bea5e7cb35748e91822f9654794b1d9e4044dfec)) - - - diff --git a/package.json b/package.json index b4067db68..15cd52034 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sudobot", "description": "A Discord bot for moderation purposes.", - "version": "5.21.1", + "version": "5.22.0", "main": "build/index.js", "license": "GPL-3.0-or-later", "keywords": [ @@ -66,4 +66,4 @@ "start:prod": "node build/index.js", "deploy": "npx ts-node scripts/deploy-commands.ts" } -} +} \ No newline at end of file