Skip to content

Commit

Permalink
chore(release): v5.22.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Aug 2, 2023
1 parent c1b1c96 commit 156489f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -66,4 +66,4 @@
"start:prod": "node build/index.js",
"deploy": "npx ts-node scripts/deploy-commands.ts"
}
}
}

0 comments on commit 156489f

Please sign in to comment.