File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BotKit changelog
4
4
Version 0.2.1
5
5
-------------
6
6
7
- To be released .
7
+ Released on July 8, 2025 .
8
8
9
9
- Fixed a bug where messages from ` Session.getOutbox() ` didn't have ` update() `
10
10
and ` delete() ` methods. [[ #9 ]]
Original file line number Diff line number Diff line change 37
37
" .github" ,
38
38
" .vscode" ,
39
39
" docs" ,
40
+ " junit.xml" ,
40
41
" src/css"
41
42
],
42
43
"fmt" : {
50
51
"tasks" : {
51
52
"embed-css" : " deno run -A jsr:@smallweb/embed src/css src/static" ,
52
53
"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" ,
54
55
"test-all" : " deno task check && deno task test" ,
55
56
"coverage" : " deno task test --coverage --clean && deno coverage --html" ,
56
57
"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