From ab4d860436844f724136f0d67a43f0a76eaac865 Mon Sep 17 00:00:00 2001 From: Vincent Grobler Date: Thu, 14 May 2026 18:38:09 +0100 Subject: [PATCH] chore: release v1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CrewForm CLI (npx crewform) — 12 commands, local agent execution, pipeline teams, MCP client, interactive chat, platform API mode - Mintlify docs updated with CLI guide and changelog --- CHANGELOG.md | 2 ++ docs/changelog.mdx | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a48541..4f581de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.9.3] - 2026-05-14 + ### Added - **CrewForm CLI (`npx crewform`)** — Standalone command-line tool for running AI agents locally without the web platform: diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 5c103ee..1c16101 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -9,7 +9,7 @@ All notable changes to CrewForm will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [1.10.0] — 2026-05-14 +## [1.9.3] — 2026-05-14 ### Added diff --git a/package.json b/package.json index 5e4ca55..2a4459b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crewform", "private": true, - "version": "1.9.2", + "version": "1.9.3", "type": "module", "scripts": { "dev": "vite",