Skip to content

Commit

Permalink
Release version 6.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jun 24, 2024
1 parent f8fbb5a commit 3580641
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Ajv CLI
:npm-name: @jirutka/ajv-cli
:gh-name: jirutka/ajv-cli
:version: 0.6.0-beta.2
:version: 0.6.0-beta.3
:releases-uri: https://github.com/{gh-name}/releases/download/v{version}

ifdef::env-github[]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jirutka/ajv-cli",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"description": "CLI for Ajv JSON Schema Validator with human-friendly error messages",
"author": {
"name": "Jakub Jirutka",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { usage } from './commands/help.js'
import { ProgramError, UsageError } from './errors.js'

const pkgName = '@jirutka/ajv-cli'
const pkgVersion = '6.0.0-beta.2'
const pkgVersion = '6.0.0-beta.3'

async function main(argv: string[]): Promise<boolean> {
switch (argv[0]) {
Expand Down

0 comments on commit 3580641

Please sign in to comment.