Skip to content

Commit 2c5ed89

Browse files
authored
bump version to 0.1.3 (#10)
1 parent 3800dd7 commit 2c5ed89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
## 0.1.3 - 2026.03.04
5+
### Added
6+
- horizon join support [#9](https://github.com/questdb/sql-parser/pull/9)
7+
8+
49
## 0.1.2 - 2026.02.25
510
### Fixed
611
- Prioritize tables with mentioned columns in the suggestions [#6](https://github.com/questdb/sql-parser/pull/6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/sql-parser",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "SQL parser for QuestDB syntax using Chevrotain",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)