Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Feb 4, 2025
1 parent c3971c1 commit cb0d732
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"name": "surrealist",
"private": true,
"version": "3.2.0",
"version": "3.2.1",
"surreal": "2.0.0",
"type": "module",
"authors": [
"SurrealDB"
],
"authors": ["SurrealDB"],
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions src/assets/changelogs/3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Surrealist 3.2.1
date: 2025/02/04
---

- Updated API documentation
- Fixed explorer filtering input not always being focusable
- Fixed incorrect instance deletion button text
- Fixed some incorrect light theme colors
- Changed shortcut preview appearance

0 comments on commit cb0d732

Please sign in to comment.