Skip to content

Commit 7672c01

Browse files
committed
Release 0.1.2
1 parent b05172f commit 7672c01

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.1.2
55
-------------
66

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

99
- Upgrade Fedify to 1.4.13, which includes a critical security
1010
fix [CVE-2025-54888] that addresses an authentication bypass

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
".github",
3636
".vscode",
3737
"docs",
38+
"junit.xml",
3839
"src/css"
3940
],
4041
"fmt": {
@@ -48,7 +49,7 @@
4849
"tasks": {
4950
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
5051
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
51-
"test": "deno test --allow-net=hollo.social --parallel",
52+
"test": "deno test --allow-env --allow-net=hollo.social --parallel",
5253
"test-all": "deno task check && deno task test",
5354
"coverage": "deno task test --coverage --clean && deno coverage --html",
5455
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",

0 commit comments

Comments
 (0)