From da0c754592eddab7865719d4b4c8837ac691cef8 Mon Sep 17 00:00:00 2001 From: emrberk Date: Wed, 10 Sep 2025 18:01:48 +0300 Subject: [PATCH] bump version to 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 118be11..027cee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-grammar", - "version": "1.2.5", + "version": "1.3.0", "description": "List of keywords, functions and constants that QuestDB supports", "main": "lib/index.js", "scripts": {