From d670856342350d047d5029a4d65324ab15a88ac4 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Wed, 19 Aug 2026 14:01:17 +0000 Subject: [PATCH] chore: release 0.3.0 Adds generate-names and the /domain:names command. Minor bump: new tool, new plugin command, no breaking change to any existing command. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14bdbcd..00c3e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/cli-tools", - "version": "0.2.0", + "version": "0.3.0", "private": true, "description": "Local command-line tools, in TypeScript, exposed on PATH.", "type": "module",