We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cf75e commit 4e2c32cCopy full SHA for 4e2c32c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# v0.4.4 (unreleased)
2
3
+- feat: enhanced `arkiver list` command
4
+- feat: add dev mode
5
+
6
# v0.4.3
7
8
- feat: added sepolia testnet
cli.ts
@@ -14,7 +14,7 @@ import {
14
} from './cli/mod.ts'
15
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
16
17
-export const version = 'v0.4.3'
+export const version = 'v0.4.4'
18
19
const command = new Command()
20
.name('arkiver')
0 commit comments