Skip to content

Commit 589875a

Browse files
committedMay 15, 2023
updating changelog and version
1 parent 5556c42 commit 589875a

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,3 +1,6 @@
1+
# v0.4.8
2+
- fix: small bug in `arkiver deploy` where it was incorrectly uploading the name string as the arkiver
3+
14
# v0.4.7
25
- feat: add overload to .contract() method of the manifest builder to allow for passing in a name to identify the contract instead of the digest of the contract ABI
36
- feat: enhanced logging features

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

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

0 commit comments

Comments
 (0)