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

Commit 3921bc7

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.18.2
Automatically generated by python-semantic-release
1 parent 32fd2a9 commit 3921bc7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## v22.18.2 (2022-02-22)
6+
### Fix
7+
* **stars:** Various stars fixes ([#447](https://github.com/OpenASL/HowSignBot/issues/447)) ([`32fd2a9`](https://github.com/OpenASL/HowSignBot/commit/32fd2a9c89087c9b1edf634dcf1b054e69571493))
8+
59
## v22.18.1 (2022-02-21)
610
### Fix
711
* **zoom:** Fix displaying verified button when /zoom start is sent in a DM ([#446](https://github.com/OpenASL/HowSignBot/issues/446)) ([`2ded208`](https://github.com/OpenASL/HowSignBot/commit/2ded2087cc1892089978e8afff6dc5b6693c82f1))

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.1"
4+
__version__ = "22.18.2"

0 commit comments

Comments
 (0)