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",