mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 05:12:18 +00:00
release: Release Next (#186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e2280f8cd
commit
5b60f47e65
7 changed files with 15 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"sqlseal": minor
|
||||
---
|
||||
|
||||
adding support for .sql and .sqlseal files
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"sqlseal": patch
|
||||
---
|
||||
|
||||
fixing issue with failure on mobile (due to unnecessary dependency)
|
||||
|
|
@ -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.
|
||||
11
CHANGELOG.md
11
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue