From dec5cb955647e84cb6e3cedda4d88d235f45d853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arijus=20=C5=A0ukys?= Date: Wed, 15 Nov 2023 14:38:57 +0200 Subject: [PATCH] bump version to 1.0.14 (#30) Changelist: * add variance functions (#27) `var_pop`, `var_samp`, `variance` related to and closes https://github.com/questdb/ui/issues/203 * add `stddev` & `stddev_pop` (#28) * add enterprise keywords and functions (#29) * functions: * `all_permissions`, * `permissions`, * `reload_tls`, * `server_conf`, * `server_version`, * `show`, * `vwap`, * keywords: * `account`, * `accounts`, * `any`, * `assume`, * `cascade`, * `cancel`, * `current`, * `dedup`, * `detach`, * `details`, * `disable`, * `enable`, * `exclude`, * `exit`, * `groups`, * `http`, * `ilp`, * `jwk`, * `no`, * `others`, * `password`, * `permissions`, * `pgwire`, * `preceding`, * `public`, * `range`, * `refresh`, * `reindex`, * `remove`, * `rest`, * `resume`, * `revoke`, * `row`, * `service`, * `token`, * `ttl`, * `unbounded`, * `user`, * `users`, * `vacuum`, * `wal`, --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ef3f66..1f90791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-grammar", - "version": "1.0.13", + "version": "1.0.14", "description": "List of keywords, functions and constants that QuestDB supports", "main": "lib/index.js", "scripts": {