Skip to content

Commit 7abea63

Browse files
committed
bump version to 0.1.6
1 parent c830f89 commit 7abea63

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.6 - 2026.03.26
5+
### Changed
6+
- remove quoted identifier suppression [#17](https://github.com/questdb/sql-parser/pull/17)
7+
8+
49
## 0.1.5 - 2026.03.18
510
### Fixed
611
boost expression operators over clause keywords in WHERE context [#15](https://github.com/questdb/sql-parser/pull/15)

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.5",
3+
"version": "0.1.6",
44
"description": "SQL parser for QuestDB syntax using Chevrotain",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)