From ac6370bcdc41aed8fa75728f9d3fbe955f78d059 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Wed, 9 Sep 2026 09:56:48 +0000 Subject: [PATCH] chore(release): v0.30.0 Four changes since v0.29.0, three of which have been sitting on master unreleased: - argontv: the shared line, and whether there is room to sell (#61) - mobile companions: adb, expo and eas, installed on request (#62) - telnyx, because a number bought by clicking is not reproducible (#63) - agenticjobs: the job board, as a command on every box (#64) Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WxWrsbLuaSaZqQ7FFTrdVW --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c883840..6d8c31f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/cli-tools", - "version": "0.29.0", + "version": "0.30.0", "private": true, "description": "Local command-line tools, in TypeScript, exposed on PATH.", "type": "module",