From 27b73fa06621757378d47ac726f646add9cb837e Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Fri, 15 Sep 2023 14:55:13 -0700 Subject: [PATCH] Auto-release 0.5.58 --- 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 a3aeeb35..faf01225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.58 + +- Negative durations will now be properly rendered. + +--- + # 0.5.57 Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more! diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index a3aeeb35..faf01225 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,9 @@ +# 0.5.58 + +- Negative durations will now be properly rendered. + +--- + # 0.5.57 Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more! diff --git a/manifest-beta.json b/manifest-beta.json index 6fb60ea1..f3efdfcc 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.57", + "version": "0.5.58", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index 6fb60ea1..f3efdfcc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.57", + "version": "0.5.58", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 57acf2dd..5dfe191a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.57", + "version": "0.5.58", "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 b3b31f2d..9ab0125b 100644 --- a/versions.json +++ b/versions.json @@ -133,5 +133,6 @@ "0.5.54": "0.12.0", "0.5.55": "0.12.0", "0.5.56": "0.12.0", - "0.5.57": "0.12.0" + "0.5.57": "0.12.0", + "0.5.58": "0.12.0" }