From f9d7caeaaf7ae38ca67391bd70bd5f5a6860c7d0 Mon Sep 17 00:00:00 2001 From: inferrinizzard Date: Wed, 24 Nov 2021 21:30:09 -0800 Subject: [PATCH] Release v5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68fcea2e14..89454d4ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-sql", - "version": "5.0.0", + "version": "5.0.1", "description": "Format whitespace in a SQL query to make it more readable", "license": "MIT", "main": "lib/index.js",