Skip to content

Commit 2468846

Browse files
committed
bump version to 0.1.14
1 parent 35982c8 commit 2468846

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.1.14 - 2026.06.02
4+
### Fixed
5+
- emit singular time units from toSql [35982c8](https://github.com/questdb/sql-parser/commit/35982c8)
6+
37
## 0.1.13 - 2026.05.21
48
### Added
59
- support storage policy [1ccfa5f](https://github.com/questdb/sql-parser/commit/1ccfa5f)

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

0 commit comments

Comments
 (0)