We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f21afe + 5effc53 commit 2aa02d6Copy full SHA for 2aa02d6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.4.18
2
+- fix: fix version of arktype to fix export error
3
+
4
# v0.4.17
5
- fix: bug in schema composer where it was not properly handling entities
6
cli.ts
@@ -17,7 +17,7 @@ import {
17
} from './cli/mod.ts'
18
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
19
20
-export const version = 'v0.4.17'
+export const version = 'v0.4.18'
21
22
const command = new Command()
23
.name('arkiver')
0 commit comments