Skip to content

Commit 3730fa9

Browse files
committed
bump version to 0.1.13
1 parent 1ccfa5f commit 3730fa9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.1.13 - 2026.05.21
4+
### Added
5+
- support storage policy [1ccfa5f](https://github.com/questdb/sql-parser/commit/1ccfa5f)
36

47
## 0.1.12 - 2026.05.20
58
### Fixed

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

0 commit comments

Comments
 (0)