File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BotKit changelog
44Version 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
Original file line number Diff line number Diff line change 3535 " .github" ,
3636 " .vscode" ,
3737 " docs" ,
38+ " junit.xml" ,
3839 " src/css"
3940 ],
4041 "fmt" : {
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" ,
You can’t perform that action at this time.
0 commit comments