From 15b8d527e3d5822c5ef9bfd23f528a64769d545b Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Wed, 19 Jun 2024 21:29:45 -0700 Subject: [PATCH] Auto-release 0.5.67 --- CHANGELOG.md | 10 ++++++++++ docs/docs/changelog.md | 10 ++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 6 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42c355..4ec3568c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.5.67 + +Includes several documentation fixes and several community-contributed bug fixes. + +- @reply2za: Fixed inline rendering in the reading view. +- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays. +- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs! + +--- + # 0.5.66 Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview. diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3b42c355..4ec3568c 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,13 @@ +# 0.5.67 + +Includes several documentation fixes and several community-contributed bug fixes. + +- @reply2za: Fixed inline rendering in the reading view. +- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays. +- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs! + +--- + # 0.5.66 Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview. diff --git a/manifest-beta.json b/manifest-beta.json index 168fe916..95b81528 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.66", + "version": "0.5.67", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index 168fe916..95b81528 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.66", + "version": "0.5.67", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 9ce7dd91..db15b534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.66", + "version": "0.5.67", "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 169622eb..c1509897 100644 --- a/versions.json +++ b/versions.json @@ -142,5 +142,6 @@ "0.5.63": "0.12.0", "0.5.64": "0.12.0", "0.5.65": "0.12.0", - "0.5.66": "0.12.0" + "0.5.66": "0.12.0", + "0.5.67": "0.12.0" }