Skip to content

Commit

Permalink
Merge pull request #18 from RoboVault/fix/arktype_version
Browse files Browse the repository at this point in the history
Updating version and changelog
  • Loading branch information
SmoothBot authored Jul 17, 2023
2 parents 1f21afe + 5effc53 commit 2aa02d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from './cli/mod.ts'
import 'https://deno.land/[email protected]/dotenv/load.ts'

export const version = 'v0.4.17'
export const version = 'v0.4.18'

const command = new Command()
.name('arkiver')
Expand Down

0 comments on commit 2aa02d6

Please sign in to comment.