diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b378a4..d00250e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.21.1 (2025-01-30) +- feat: ability to register new tables from other plugins + # 0.21.0 (2025-01-30) - feat: other plugins can now register custom database functions - feat: improved API for other plugins diff --git a/manifest.json b/manifest.json index 37aa9e0..25568ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.21.0", + "version": "0.21.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 6f3a23a..82e0e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.21.0", + "version": "0.21.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 450ca72..e660033 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "0.19.1": "0.15.0", "0.19.2": "0.15.0", "0.20.0": "0.15.0", - "0.21.0": "0.15.0" + "0.21.0": "0.15.0", + "0.21.1": "0.15.0" } \ No newline at end of file