We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9ac8a commit 121a03dCopy full SHA for 121a03d
2 files changed
CHANGELOG.md
@@ -17,6 +17,12 @@ and this project adheres to
17
- `Security` in case of vulnerabilities.
18
19
20
+## 1.1.13 - 2026.01.27
21
+### Added
22
+- ai assistant improvements [#529](https://github.com/questdb/ui/pull/529)
23
+- add cookbook section to AI documentation flow [#531](https://github.com/questdb/ui/pull/531)
24
+
25
26
## 1.1.12 - 2026.01.13
27
### Fixed
28
- prevent scrolling suggestions and code examples from assistant [#527](https://github.com/questdb/ui/pull/527)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@questdb/web-console",
3
- "version": "1.1.12",
+ "version": "1.1.13",
4
"packageManager": "yarn@4.1.1",
5
"license": "Apache-2.0",
6
"description": "QuestDB Web Console",
0 commit comments