From 3502c3e046ac8f4f628273d47c64bd55447ea742 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 17:59:23 +0000 Subject: [PATCH 1/2] chore: bump version to 0.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc0cf18..d24871e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "ctrf-cli", - "version": "0.0.5", + "version": "0.0.6", "description": "Various CTRF utilities available from the command line", "main": "dist/index.js", "bin": { From 806fac667da0a4ca64cc5222358605a138482755 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sat, 7 Feb 2026 17:59:37 +0000 Subject: [PATCH 2/2] chore: bump version to 0.0.6 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e57770..7c56e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ctrf-cli", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ctrf-cli", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "dependencies": { "ctrf": "^0.1.0",