release: Release 0.40.1

This commit is contained in:
github-actions[bot] 2026-05-04 09:52:16 +00:00
parent 42a6541650
commit 6804a93707
5 changed files with 10 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"sqlseal": patch
---
fixing issue with new wa-sqlite on mobile

View file

@ -1,5 +1,11 @@
# Releases
## 0.40.1
### Patch Changes
- 42a6541: fixing issue with new wa-sqlite on mobile
## 0.40.0
### Minor Changes

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}