From d7a12ee7b97fe7a6511e0108ad93882c1c1dc15f Mon Sep 17 00:00:00 2001 From: bestdan <2766380+bestdan@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:04:10 +0000 Subject: [PATCH] chore: bump version to 0.26.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec9b7d5..5098442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "0.25.0", + "version": "0.26.0", "description": "TypeScript command line utilities", "type": "module", "main": "./dist/index.js",