From 3102d5fca223dce917f9f8a314007fa65d5e06aa Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 18:04:55 +0000 Subject: [PATCH 1/2] docs: update version references to 0.0.5-next-2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6be4d96..3d2fb81 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 validate report.json +npx ctrf-cli@0.0.5-next-2 validate report.json ``` ### Global Installation @@ -32,7 +32,7 @@ npx ctrf-cli@0.0.5 validate report.json Or install globally for repeated use: ```bash [npm] -npm install -g ctrf-cli@0.0.5 +npm install -g ctrf-cli@0.0.5-next-2 ``` After global installation, use the `ctrf` command: From c9947fe92d240fee9cb5e596ea0a0b95e06d12cf Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 18:07:09 +0000 Subject: [PATCH 2/2] update version references to 0.0.5-next-1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2fb81..d1e55d7 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-2 validate report.json +npx ctrf-cli@0.0.5-next-1 validate report.json ``` ### Global Installation @@ -32,7 +32,7 @@ npx ctrf-cli@0.0.5-next-2 validate report.json Or install globally for repeated use: ```bash [npm] -npm install -g ctrf-cli@0.0.5-next-2 +npm install -g ctrf-cli@0.0.5-next-1 ``` After global installation, use the `ctrf` command: