From 3032f91ebdc8ddfbbed43b9ebfd755c34dabe321 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Tue, 6 May 2025 16:23:17 +0100 Subject: [PATCH] chore: updated version and changelog --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921ee75..6cd74d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index eb1b877..ab3e944 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 86187ba..a8be0c7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 47d5fe1..386590a 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file