From 143d8f5010fbfeef1c7b18f7733358096e22cedf Mon Sep 17 00:00:00 2001 From: emrberk Date: Wed, 4 Mar 2026 17:56:58 +0300 Subject: [PATCH] bump version to 0.1.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba3a01..f535df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## 0.1.3 - 2026.03.04 +### Added +- horizon join support [#9](https://github.com/questdb/sql-parser/pull/9) + + ## 0.1.2 - 2026.02.25 ### Fixed - Prioritize tables with mentioned columns in the suggestions [#6](https://github.com/questdb/sql-parser/pull/6) diff --git a/package.json b/package.json index f3bcea5..20eb341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questdb/sql-parser", - "version": "0.1.2", + "version": "0.1.3", "description": "SQL parser for QuestDB syntax using Chevrotain", "type": "module", "main": "dist/index.cjs",