From 40ce2fb2de7bc5467fe9806e0685448fd4682278 Mon Sep 17 00:00:00 2001 From: emrberk Date: Mon, 24 Nov 2025 20:20:45 +0300 Subject: [PATCH] bump version to 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 027cee2..e5793e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-grammar", - "version": "1.3.0", + "version": "1.4.0", "description": "List of keywords, functions and constants that QuestDB supports", "main": "lib/index.js", "scripts": {