Skip to content

Commit e78b4bc

Browse files
committed
Release 0.2.1
1 parent 77bb872 commit e78b4bc

File tree

4 files changed

+213
-180
lines changed

4 files changed

+213
-180
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.1
55
-------------
66

7-
To be released.
7+
Released on July 8, 2025.
88

99
- Fixed a bug where messages from `Session.getOutbox()` didn't have `update()`
1010
and `delete()` methods. [[#9]]

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
".github",
3838
".vscode",
3939
"docs",
40+
"junit.xml",
4041
"src/css"
4142
],
4243
"fmt": {
@@ -50,7 +51,7 @@
5051
"tasks": {
5152
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
5253
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
53-
"test": "deno test --allow-net=hollo.social --parallel",
54+
"test": "deno test --allow-env --allow-net=hollo.social --parallel",
5455
"test-all": "deno task check && deno task test",
5556
"coverage": "deno task test --coverage --clean && deno coverage --html",
5657
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",

0 commit comments

Comments
 (0)