We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69624 commit cd0178dCopy full SHA for cd0178d
CHANGES.md
@@ -4,7 +4,7 @@ BotKit changelog
4
Version 0.1.1
5
-------------
6
7
-To be released.
+Released on February 10, 2025.
8
9
- Fixed a bug where direct and followers-only messages that reply to a bot
10
had been forwarded to the bot's followers.
docs/start.md
@@ -57,7 +57,7 @@ to turn it on in your *deno.json* settings:
57
~~~~ json [deno.json] {5}
58
{
59
"imports": {
60
- "@fedify/botkit": "jsr:@fedify/botkit@0.1.0"
+ "@fedify/botkit": "jsr:@fedify/botkit@0.1.1"
61
},
62
"unstable": ["temporal"]
63
}
0 commit comments