Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0f21b8f

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.19.0
Automatically generated by python-semantic-release
1 parent ea89390 commit 0f21b8f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v22.19.0 (2022-02-23)
6+
### Feature
7+
* **stars:** Add /stars milestones ([`ea89390`](https://github.com/OpenASL/HowSignBot/commit/ea893904017ed228c9f65111167b7219cc64f6e3))
8+
* **stars:** Add rewards ([#450](https://github.com/OpenASL/HowSignBot/issues/450)) ([`fb1976a`](https://github.com/OpenASL/HowSignBot/commit/fb1976a035a72a5a92009de0153bc6d6f9b839f8))
9+
* **zoom:** Show zzzzoom URL when not verified ([`cdb6916`](https://github.com/OpenASL/HowSignBot/commit/cdb6916395ef6f696fb8f40b99ba337a2264ea52))
10+
11+
### Fix
12+
* Fix typings ([`85d4999`](https://github.com/OpenASL/HowSignBot/commit/85d4999ba078bbf726b8ea70be38cef667578769))
13+
* **sign_cafe:** Fix daily message time ([`2f9de62`](https://github.com/OpenASL/HowSignBot/commit/2f9de629b90b20774396802d33735720decfc589))
14+
515
## v22.18.2 (2022-02-22)
616
### Fix
717
* **stars:** Various stars fixes ([#447](https://github.com/OpenASL/HowSignBot/issues/447)) ([`32fd2a9`](https://github.com/OpenASL/HowSignBot/commit/32fd2a9c89087c9b1edf634dcf1b054e69571493))

bot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import database
22

33
__all__ = ["database"]
4-
__version__ = "22.18.2"
4+
__version__ = "22.19.0"

0 commit comments

Comments
 (0)