Skip to content

Commit 2aa02d6

Browse files
authored
Merge pull request #18 from RoboVault/fix/arktype_version
Updating version and changelog
2 parents 1f21afe + 5effc53 commit 2aa02d6

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.18
2+
- fix: fix version of arktype to fix export error
3+
14
# v0.4.17
25
- fix: bug in schema composer where it was not properly handling entities
36

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from './cli/mod.ts'
1818
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
1919

20-
export const version = 'v0.4.17'
20+
export const version = 'v0.4.18'
2121

2222
const command = new Command()
2323
.name('arkiver')

0 commit comments

Comments
 (0)