From 5effc5337ea686cbca3b89e56a2c227a0e73c012 Mon Sep 17 00:00:00 2001 From: SmoothBot Date: Mon, 17 Jul 2023 20:27:11 +1000 Subject: [PATCH] Updating version and changelog --- CHANGELOG.md | 3 +++ cli.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70cd4a..4438c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.4.18 +- fix: fix version of arktype to fix export error + # v0.4.17 - fix: bug in schema composer where it was not properly handling entities diff --git a/cli.ts b/cli.ts index c2da6fa..baee23a 100644 --- a/cli.ts +++ b/cli.ts @@ -17,7 +17,7 @@ import { } from './cli/mod.ts' import 'https://deno.land/std@0.179.0/dotenv/load.ts' -export const version = 'v0.4.17' +export const version = 'v0.4.18' const command = new Command() .name('arkiver')