From 676404bd32bc03f4d61b7681d2a5daaae09bb952 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Sun, 25 Aug 2024 11:57:25 +0100 Subject: [PATCH] chore: updated changelog and version --- CHANGELOG.md | 6 ++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbcf58..0c4f519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.1 +- Fixed issue with potential duplicate column sql error when two different fields resolve to the same uppercase structure + +# 0.4.0 +- Fixed issue with better_sqlite3 not loading on different systems and architectures + # 0.2.0 - Added ability to query files in the fault directly. - Added observability - when CSV or file in the vault is changed, all SELECTS that uses it should update too diff --git a/manifest.json b/manifest.json index b0ec29f..b70b0c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.4.0", + "version": "0.4.1", "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 9160999..9e8162f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.4.0", + "version": "0.4.1", "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 4d28ca7..2183f9f 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.2.0": "0.15.0", "0.3.0": "0.15.0", - "0.4.0": "0.15.0" + "0.4.0": "0.15.0", + "0.4.1": "0.15.0" } \ No newline at end of file