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

Commit 2fc1373

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.20.0
Automatically generated by python-semantic-release
1 parent 525bb1f commit 2fc1373

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v22.20.0 (2022-04-12)
6+
### Feature
7+
* Use built-in timestamp formatting ([#480](https://github.com/OpenASL/HowSignBot/issues/480)) ([`80f8afa`](https://github.com/OpenASL/HowSignBot/commit/80f8afae199bdb5f5d9933d70c17fbb572efa8d0))
8+
* Don't add stop sign to watch2gether ([`0d36d6b`](https://github.com/OpenASL/HowSignBot/commit/0d36d6b5a0142f546a3db23905810f89591d4bb5))
9+
510
## v22.19.1 (2022-02-23)
611
### Fix
712
* **stars:** Fix highlight query ([`5285329`](https://github.com/OpenASL/HowSignBot/commit/5285329ec35fbfb323084a9e99ac142b9c6e9566))

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.19.1"
4+
__version__ = "22.20.0"

0 commit comments

Comments
 (0)