Skip to content

Commit 4e2c32c

Browse files
committed
0.4.4
1 parent 61cf75e commit 4e2c32c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# v0.4.4 (unreleased)
22

3+
- feat: enhanced `arkiver list` command
4+
- feat: add dev mode
5+
36
# v0.4.3
47

58
- feat: added sepolia testnet

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './cli/mod.ts'
1515
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
1616

17-
export const version = 'v0.4.3'
17+
export const version = 'v0.4.4'
1818

1919
const command = new Command()
2020
.name('arkiver')

0 commit comments

Comments
 (0)