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

Commit f9fb09a

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.16.1
Automatically generated by python-semantic-release
1 parent 8360a30 commit f9fb09a

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.16.1 (2022-02-20)
6+
### Fix
7+
* **stars:** Fix log message ([#441](https://github.com/OpenASL/HowSignBot/issues/441)) ([`8360a30`](https://github.com/OpenASL/HowSignBot/commit/8360a304ce768f7eca868a240a157ec675f2a28b))
8+
59
## v22.16.0 (2022-02-20)
610
### Feature
711
* **stars:** Add /stars info and /stars me ([#440](https://github.com/OpenASL/HowSignBot/issues/440)) ([`d992f03`](https://github.com/OpenASL/HowSignBot/commit/d992f0305e1c7dcb85088465dd63df71f4498759))

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.16.0"
4+
__version__ = "22.16.1"

0 commit comments

Comments
 (0)