From 3102d5fca223dce917f9f8a314007fa65d5e06aa Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 18:04:55 +0000 Subject: [PATCH 1/5] 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/5] 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: From b742e3e58b9688c9a2319953c0127d74b3c681a6 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sun, 8 Feb 2026 11:25:31 +0000 Subject: [PATCH 3/5] update version references to 0.0.5 --- 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": { From 1ac3c04df9219ca2f58ca56120e1d4bcf960920a Mon Sep 17 00:00:00 2001 From: Ma11hewThomas Date: Sat, 7 Feb 2026 18:08:08 +0000 Subject: [PATCH 4/5] docs: update version references to 0.0.5-next-1 (#30) * 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 6be4d96..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 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 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-1 ``` After global installation, use the `ctrf` command: From b90ea81f5a5843c8a8f8b64f8426160f7bfd093d Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 18:04:55 +0000 Subject: [PATCH 5/5] 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 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: