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

Commit 51548a4

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.19.1
Automatically generated by python-semantic-release
1 parent 5285329 commit 51548a4

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.19.1 (2022-02-23)
6+
### Fix
7+
* **stars:** Fix highlight query ([`5285329`](https://github.com/OpenASL/HowSignBot/commit/5285329ec35fbfb323084a9e99ac142b9c6e9566))
8+
59
## v22.19.0 (2022-02-23)
610
### Feature
711
* **stars:** Add /stars milestones ([`ea89390`](https://github.com/OpenASL/HowSignBot/commit/ea893904017ed228c9f65111167b7219cc64f6e3))

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.0"
4+
__version__ = "22.19.1"

0 commit comments

Comments
 (0)