Skip to content

Commit 434dd53

Browse files
committed
v0.4.5
1 parent ca75770 commit 434dd53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# v0.4.5 (unreleased)
1+
# v0.4.5
22

33
- feat: add localhost to supported chains
4+
- feat: add arkive id and arkive version to arkive metadata
45
- fix: fix bug regarding retry fetch behavior
56
- chore: update `arkiver list` command
67

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.4'
17+
export const version = 'v0.4.5'
1818

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

0 commit comments

Comments
 (0)