Skip to content

Commit 5890bb3

Browse files
committed
Release 0.1.2
1 parent b05172f commit 5890bb3

2 files changed

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tasks": {
4949
"embed-css": "deno run -A jsr:@smallweb/embed src/css src/static",
5050
"check": "deno check src/ && deno lint && deno fmt --check && deno publish --dry-run --allow-dirty",
51-
"test": "deno test --allow-net=hollo.social --parallel",
51+
"test": "deno test --allow-env --allow-net=hollo.social --parallel",
5252
"test-all": "deno task check && deno task test",
5353
"coverage": "deno task test --coverage --clean && deno coverage --html",
5454
"hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks",

0 commit comments

Comments
 (0)