Skip to content

Commit

Permalink
[tag] v0.2.45-1
Browse files Browse the repository at this point in the history
  • Loading branch information
subshell committed Nov 5, 2024
1 parent 9abf492 commit 8b5c2d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.45-1 Nov 6, 2024

- add --allow-import to repl

## 0.2.45 Nov 6, 2024

- bump deno to v2
Expand Down
2 changes: 1 addition & 1 deletion subsh-deno
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [[ "$1" == cache ]]; then
else
# $DENO repl --v8-flags=--trace-side-effect-free-debug-evaluate --unstable --eval-file=https://deno.land/x/subshell@0.2.45/init.ts
# $DENO repl --no-lock --allow-read=".github" --allow-net --allow-env --no-prompt --unstable --eval-file=./init.ts
$DENO repl --no-lock --allow-read=".github" --allow-net --allow-env --no-prompt --unstable --eval-file=https://deno.land/x/subshell@0.2.45/init.ts
$DENO repl --no-lock --allow-read=".github" --allow-net --allow-env --no-prompt --unstable --allow-import --eval-file=https://deno.land/x/subshell@0.2.45/init.ts
fi

0 comments on commit 8b5c2d4

Please sign in to comment.