From dd3230090b8826a52e00691485add0146d75f8cd Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Fri, 10 Jan 2025 11:21:19 +0000 Subject: [PATCH] chore: bumping version to 0.14.0 --- CHANGELOG.md | 3 +++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d1c1c..429b7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.14.0 +Added support for inline code blocks. Create a codeblock (backtick `) and use prefix S> to indicate it's SQLSeal query. + # 0.13.0 Huge upgrade to the code codebase. SQLSeal should be now much faster and more reliable thanks to the following: - Rewritten how files are synched - now each CSV file creates AT MOST one table in the database (synchronisations are being reused accross files) diff --git a/manifest.json b/manifest.json index fcddfee..f744a0c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.13.0", + "version": "0.14.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 f861ba7..a55cb92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.13.0", + "version": "0.14.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 9b1f0e9..e62ceb8 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.12.2": "0.15.0", "0.12.3": "0.15.0", "0.12.4": "0.15.0", - "0.13.0": "0.15.0" + "0.13.0": "0.15.0", + "0.14.0": "0.15.0" } \ No newline at end of file