From 8972c9c7f428109a661c6dfa8bd2f90167b55e68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:52:55 +0100 Subject: [PATCH] release: Release 0.40.1 (#211) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/slimy-toys-wear.md | 5 ----- CHANGELOG.md | 6 ++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/slimy-toys-wear.md diff --git a/.changeset/slimy-toys-wear.md b/.changeset/slimy-toys-wear.md deleted file mode 100644 index 7e32348..0000000 --- a/.changeset/slimy-toys-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sqlseal": patch ---- - -fixing issue with new wa-sqlite on mobile diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f6a0b..daa09f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Releases +## 0.40.1 + +### Patch Changes + +- 42a6541: fixing issue with new wa-sqlite on mobile + ## 0.40.0 ### Minor Changes diff --git a/manifest.json b/manifest.json index 1ca4eaa..83f9bfe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.40.0", + "version": "0.40.1", "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 78555ae..bc9ccdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.40.0", + "version": "0.40.1", "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 4560f52..bd74a31 100644 --- a/versions.json +++ b/versions.json @@ -68,5 +68,6 @@ "0.38.0": "0.15.0", "0.39.0": "0.15.0", "0.39.1": "0.15.0", - "0.40.0": "0.15.0" + "0.40.0": "0.15.0", + "0.40.1": "0.15.0" } \ No newline at end of file