Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Aug 21, 2021
1 parent a5afde3 commit da636c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.30.0](https://github.com/makigas/clank/compare/v0.29.0...v0.30.0) (2021-08-21)


### Features

* add hook for hard antispam ([e663b04](https://github.com/makigas/clank/commit/e663b04152c802e73ce09642779ba4e73c7e04db))
* add moderation interactive menu ([27cebf2](https://github.com/makigas/clank/commit/27cebf202c052dae28e6a0121620e36abc484ca3))
* add support for context menus ([3566ba8](https://github.com/makigas/clank/commit/3566ba8accc6069ef0ee0b76717a35f3b3357591))
* allow warns to have a custom duration ([4132892](https://github.com/makigas/clank/commit/4132892b58e108db799fb8f1564630abfec80c18))
* **antiflood:** mute long time offenders ([37d85d4](https://github.com/makigas/clank/commit/37d85d4cfeb2e5d6c9eb7eb5b21d7ed9cc05eb83))
* **antispam:** add more links to be caught ([a5afde3](https://github.com/makigas/clank/commit/a5afde3f496ab5f78d144e9cf33ea9ea7e8b33dd))


### Bug Fixes

* handle deleted messages and users in hooks ([8ddcf83](https://github.com/makigas/clank/commit/8ddcf8397d41a7f67915cf3ef104bae0440457e9))

## [0.29.0](https://github.com/makigas/clank/compare/v0.28.0...v0.29.0) (2021-08-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@
}
]
},
"version": "0.29.0"
"version": "0.30.0"
}

0 comments on commit da636c7

Please sign in to comment.