From 1dce1b3f0a5ab8036db73843fd957168720d5ffc Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Sun, 24 Sep 2023 00:17:59 -0700 Subject: [PATCH] Auto-release 0.5.59 --- 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 faf01225..0bf6022f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.59 + +- Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue. + +--- + # 0.5.58 - Negative durations will now be properly rendered. diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index faf01225..0bf6022f 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,9 @@ +# 0.5.59 + +- Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue. + +--- + # 0.5.58 - Negative durations will now be properly rendered. diff --git a/manifest-beta.json b/manifest-beta.json index f3efdfcc..c902d027 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.58", + "version": "0.5.59", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index f3efdfcc..c902d027 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.58", + "version": "0.5.59", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 5dfe191a..5269138b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.58", + "version": "0.5.59", "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 9ab0125b..fdc9b8a2 100644 --- a/versions.json +++ b/versions.json @@ -134,5 +134,6 @@ "0.5.55": "0.12.0", "0.5.56": "0.12.0", "0.5.57": "0.12.0", - "0.5.58": "0.12.0" + "0.5.58": "0.12.0", + "0.5.59": "0.12.0" }