release: Release Next (#192)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-18 11:21:12 +01:00 committed by GitHub
parent 53ffe93a9c
commit bf24096d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"sqlseal": patch
---
internal: updated how modules are being defined

View file

@ -1,5 +1,11 @@
# Releases
## 0.39.1
### Patch Changes
- 53ffe93: internal: updated how modules are being defined
## 0.39.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"id": "sqlseal",
"name": "SQLSeal",
"version": "0.39.0",
"version": "0.39.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.39.0",
"version": "0.39.1",
"description": "A plugin for Obsidian that allows you to run SQL queries on your notes.",
"main": "main.js",
"scripts": {

View file

@ -66,5 +66,6 @@
"0.37.0": "0.15.0",
"0.37.1": "0.15.0",
"0.38.0": "0.15.0",
"0.39.0": "0.15.0"
"0.39.0": "0.15.0",
"0.39.1": "0.15.0"
}