Skip to content

Commit 6a9b189

Browse files
committed
Release 0.2.0
1 parent 9d9bcb9 commit 6a9b189

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BotKit changelog
44
Version 0.2.0
55
-------------
66

7-
To be released.
7+
Released on April 21, 2025.
88

99
- Image attachments in posts became shown in the web interface.
1010

docs/concepts/message.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ while (quote != null) {
434434
}
435435
~~~~
436436

437-
438437
### Want more?
439438

440439
If you want more data from the message, you can get the raw object of

docs/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ to turn it on in your *deno.json* settings:
5757
~~~~ json [deno.json] {5}
5858
{
5959
"imports": {
60-
"@fedify/botkit": "jsr:@fedify/botkit@0.1.1"
60+
"@fedify/botkit": "jsr:@fedify/botkit@0.2.0"
6161
},
6262
"unstable": ["temporal"]
6363
}

0 commit comments

Comments
 (0)