From 7c98222707b6c88054fa5e0b0d9a0200f2a8ce38 Mon Sep 17 00:00:00 2001 From: Julian Neureuther Date: Thu, 6 Apr 2023 09:41:19 +0200 Subject: [PATCH] Release v0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6419b4c..e35de1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-formatter-ts", - "version": "0.1.4", + "version": "0.1.5", "description": "Format PostgreSQL SQL with ease using this TypeScript library, which provides a convenient API wrapping the pgFormatter CLI tool.", "main": "dist/lib/pgFormatter.js", "types": "dist/lib/pgFormatter.d.ts",