chore: updated version and changelog

This commit is contained in:
Kacper Kula 2025-05-06 16:23:17 +01:00
parent 29849ea38d
commit 3032f91ebd
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# 0.36.0 (2025-05-06)
- fix: deleting columns and renaming columns works again
- chore: updated dependencies to the latest versions
# 0.35.0 (2025-05-02)
- fix: fixed issue with CSV files edits not being saved

View file

@ -1,7 +1,7 @@
{
"id": "sqlseal",
"name": "SQLSeal",
"version": "0.35.0",
"version": "0.36.0",
"minAppVersion": "0.15.0",
"description": "Use SQL in your notes to query your vault files and CSV content.",
"author": "hypersphere",

View file

@ -1,6 +1,6 @@
{
"name": "sqlseal",
"version": "0.35.0",
"version": "0.36.0",
"description": "A plugin for Obsidian that allows you to run SQL queries on your notes.",
"main": "main.js",
"scripts": {

View file

@ -61,5 +61,6 @@
"0.32.0": "0.15.0",
"0.33.0": "0.15.0",
"0.34.0": "0.15.0",
"0.35.0": "0.15.0"
"0.35.0": "0.15.0",
"0.36.0": "0.15.0"
}