From f60fad39573bb31859a3e5e3b57793b996379751 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sun, 8 Feb 2026 14:45:17 +0000 Subject: [PATCH] version to 0.0.5 in package.json and package-lock.json --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1e55d7..6be4d96 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ By standardizing test results, reports can be validated, merged, compared, and a Use `npx` to run the CLI without installing: ```bash -npx ctrf-cli@0.0.5-next-1 validate report.json +npx ctrf-cli@0.0.5 validate report.json ``` ### Global Installation @@ -32,7 +32,7 @@ npx ctrf-cli@0.0.5-next-1 validate report.json Or install globally for repeated use: ```bash [npm] -npm install -g ctrf-cli@0.0.5-next-1 +npm install -g ctrf-cli@0.0.5 ``` After global installation, use the `ctrf` command: diff --git a/package-lock.json b/package-lock.json index 7c56e9d..5e57770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ctrf-cli", - "version": "0.0.6", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ctrf-cli", - "version": "0.0.6", + "version": "0.0.5", "license": "MIT", "dependencies": { "ctrf": "^0.1.0", diff --git a/package.json b/package.json index d24871e..cc0cf18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "ctrf-cli", - "version": "0.0.6", + "version": "0.0.5", "description": "Various CTRF utilities available from the command line", "main": "dist/index.js", "bin": {