From 8cc0cea6f0ea203325268f891f8110931a9fd978 Mon Sep 17 00:00:00 2001 From: bestdan <2766380+bestdan@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:20:12 +0000 Subject: [PATCH] chore: bump version to 0.23.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15bf8ac..3a42e48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "0.22.0", + "version": "0.23.0", "description": "TypeScript command line utilities", "type": "module", "main": "./dist/index.js",