Skip to content

Commit fc162e8

Browse files
authored
release(web-console): 1.1.4 (#491)
1 parent b1b6a9d commit fc162e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/web-console/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ and this project adheres to
1717
- `Security` in case of vulnerabilities.
1818

1919

20+
## 1.1.4 - 2025.10.24
21+
### Added
22+
- export parquet files [#484](https://github.com/questdb/ui/pull/484)
23+
24+
### Fixed
25+
- unresponsive CSV imports [#484](https://github.com/questdb/ui/pull/484)
26+
- do not start a quote in comments [#483](https://github.com/questdb/ui/pull/483)
27+
28+
2029
## 1.1.3 - 2025.10.03
2130
### Added
2231
- add column name search to Schema filter [#478](https://github.com/questdb/ui/pull/478)

packages/web-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/web-console",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"license": "Apache-2.0",
55
"description": "QuestDB Console",
66
"files": [

0 commit comments

Comments
 (0)