From 7f48f155f371b20bf18ab7f79f888ddb960b4208 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 9 Jun 2023 09:15:18 +0300 Subject: [PATCH] Release v12.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c8ee5173a..5978c12a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-formatter", - "version": "12.2.1", + "version": "12.2.2", "description": "Format whitespace in a SQL query to make it more readable", "license": "MIT", "main": "dist/sql-formatter.min.cjs",