diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ab988..b08e122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.28.0 (2025-03-14) - Added TEMPLATE view that allow to render your template with custom Handlebars template. - Improved syntax highlighting - now lines with errors will get highlighted with appropriate colour to indicate the issue - Added @path, @fileName and @extension variables you can use inside your SQL alongside other Frontmatter properties diff --git a/manifest.json b/manifest.json index 006db0c..7c98eb9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.27.0", + "version": "0.28.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 3050edc..b0664d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.27.0", + "version": "0.28.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 8c885e4..4163646 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "0.24.2": "0.15.0", "0.25.0": "0.15.0", "0.26.0": "0.15.0", - "0.27.0": "0.15.0" + "0.27.0": "0.15.0", + "0.28.0": "0.15.0" } \ No newline at end of file