Skip to content

Commit

Permalink
Release version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 20, 2025
1 parent a4e9f7a commit 7cafa8c
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: 6.0.0-beta.5
:version: 6.0.0
: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.5",
"version": "6.0.0",
"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 { CmdName, commands, printHelp } from './commands/index.js'
import { ProgramError, UsageError } from './errors.js'

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

const globalOptions = {
help: {
Expand Down

0 comments on commit 7cafa8c

Please sign in to comment.