From 9bd599020109427d49e7628e9287d30b58eeebe6 Mon Sep 17 00:00:00 2001 From: MSugiura Date: Thu, 11 Jun 2026 21:11:19 +0900 Subject: [PATCH] chore: mark formatter style release as patch --- .changeset/calm-oneline-guards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/calm-oneline-guards.md b/.changeset/calm-oneline-guards.md index 57fe52043..e56baf491 100644 --- a/.changeset/calm-oneline-guards.md +++ b/.changeset/calm-oneline-guards.md @@ -1,5 +1,5 @@ --- -"rawsql-ts": minor +"rawsql-ts": patch --- Add the `oneLineMaxLength` formatter option. When enabled, opt-in one-line constructs such as parentheses, CASE expressions, JOIN conditions, subqueries, and `cte-oneline` CTE entries stay compact only while their rendered candidate fits within the configured width; longer candidates fall back to the normal multiline formatter.