From 4829a8320044dd3bdc3eafa96d628ffc74bacfd6 Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Sat, 23 Mar 2024 00:43:14 -0700 Subject: [PATCH] Auto-release 0.5.66 --- CHANGELOG.md | 6 ++++++ docs/docs/changelog.md | 6 ++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fb985a..3b42c355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.66 + +Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview. + +--- + # 0.5.65 A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions. diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index c8fb985a..3b42c355 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,9 @@ +# 0.5.66 + +Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview. + +--- + # 0.5.65 A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions. diff --git a/manifest-beta.json b/manifest-beta.json index 9b5a3c7d..168fe916 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.65", + "version": "0.5.66", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index 9b5a3c7d..168fe916 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.65", + "version": "0.5.66", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 0bd043a1..9ce7dd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.65", + "version": "0.5.66", "description": "Advanced data views for Obsidian.md.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/versions.json b/versions.json index cd1a4351..169622eb 100644 --- a/versions.json +++ b/versions.json @@ -141,5 +141,6 @@ "0.5.62": "0.12.0", "0.5.63": "0.12.0", "0.5.64": "0.12.0", - "0.5.65": "0.12.0" + "0.5.65": "0.12.0", + "0.5.66": "0.12.0" }