Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Nov 29, 2024
1 parent a4cc375 commit d5fb6ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "surrealist",
"private": true,
"version": "3.1.1",
"version": "3.1.2",
"surreal": "2.0.0",
"type": "module",
"authors": ["SurrealDB"],
Expand Down
12 changes: 12 additions & 0 deletions src/assets/changelogs/3.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Surrealist 3.1.2
summary: Minor changes
date: 2024/11/29
---

- Added an indicator when binding multiple commands to the same keybind
- Added new Sandbox specific commands for resetting and applying datasets
- Improved `Cmd/ctrl + E` to fallback to selecting top level expressions
- Improved schema fetching to batch table requests
- Fixed Explorer view columns not parsing as idents
- Fixes issues with the docker image

0 comments on commit d5fb6ab

Please sign in to comment.