From 5b60f47e651d34fcc98d5fd603e22bf08ee53ddc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:51:02 +0100 Subject: [PATCH] release: Release Next (#186) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/chilly-dodos-attend.md | 5 ----- .changeset/khaki-parrots-look.md | 5 ----- .changeset/late-pears-peel.md | 5 ----- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 7 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/chilly-dodos-attend.md delete mode 100644 .changeset/khaki-parrots-look.md delete mode 100644 .changeset/late-pears-peel.md diff --git a/.changeset/chilly-dodos-attend.md b/.changeset/chilly-dodos-attend.md deleted file mode 100644 index cc9ffe3..0000000 --- a/.changeset/chilly-dodos-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sqlseal": minor ---- - -adding support for .sql and .sqlseal files diff --git a/.changeset/khaki-parrots-look.md b/.changeset/khaki-parrots-look.md deleted file mode 100644 index 3a48616..0000000 --- a/.changeset/khaki-parrots-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sqlseal": patch ---- - -fixing issue with failure on mobile (due to unnecessary dependency) diff --git a/.changeset/late-pears-peel.md b/.changeset/late-pears-peel.md deleted file mode 100644 index 7d45529..0000000 --- a/.changeset/late-pears-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sqlseal": minor ---- - -added variable editor to the SQLSealExplorer - now if your query uses @variables they will automatically show up below the code so you can set their values. diff --git a/CHANGELOG.md b/CHANGELOG.md index 75246d9..8a21e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Releases +## 0.39.0 + +### Minor Changes + +- c4278c2: adding support for .sql and .sqlseal files +- ce1da3f: added variable editor to the SQLSealExplorer - now if your query uses @variables they will automatically show up below the code so you can set their values. + +### Patch Changes + +- baa5856: fixing issue with failure on mobile (due to unnecessary dependency) + ## 0.38.0 ### Minor Changes diff --git a/manifest.json b/manifest.json index 04096a8..2242ab6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.38.0", + "version": "0.39.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 7843059..30daf4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.38.0", + "version": "0.39.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 4210551..785db00 100644 --- a/versions.json +++ b/versions.json @@ -65,5 +65,6 @@ "0.36.0": "0.15.0", "0.37.0": "0.15.0", "0.37.1": "0.15.0", - "0.38.0": "0.15.0" + "0.38.0": "0.15.0", + "0.39.0": "0.15.0" } \ No newline at end of file