diff --git a/.changeset/forty-lands-leave.md b/.changeset/forty-lands-leave.md deleted file mode 100644 index a28f44f..0000000 --- a/.changeset/forty-lands-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sqlseal": patch ---- - -fixing issue with grid not displaying properly diff --git a/CHANGELOG.md b/CHANGELOG.md index bde4980..c00cfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Releases +## 0.37.1 + +### Patch Changes + +- c705af3: fixing issue with grid not displaying properly + ## 0.37.0 ### Minor Changes diff --git a/manifest.json b/manifest.json index 16b6968..ad11e30 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sqlseal", "name": "SQLSeal", - "version": "0.37.0", + "version": "0.37.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 2ea981b..ccc0d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlseal", - "version": "0.37.0", + "version": "0.37.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 e276358..19f6e44 100644 --- a/versions.json +++ b/versions.json @@ -63,5 +63,6 @@ "0.34.0": "0.15.0", "0.35.0": "0.15.0", "0.36.0": "0.15.0", - "0.37.0": "0.15.0" + "0.37.0": "0.15.0", + "0.37.1": "0.15.0" } \ No newline at end of file