From b8db79d0634dea16fbdc8b2b07ca43574144b228 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 30 Oct 2022 20:02:05 -0700 Subject: [PATCH] Release 1.4.0; Adds Dataview DQL query support on /search/ endpoint. --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 67687cc..4f2094f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-local-rest-api", "name": "Local REST API", - "version": "1.3.9", + "version": "1.4.0", "minAppVersion": "0.12.0", "description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", "author": "Adam Coddington", diff --git a/package.json b/package.json index 77a1490..2080ed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-local-rest-api", - "version": "1.3.9", + "version": "1.4.0", "description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ccc0f13..21d7bf8 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.3.4": "0.12.0", "1.3.5": "0.12.0", "1.3.7": "0.12.0", - "1.3.9": "0.12.0" + "1.3.9": "0.12.0", + "1.4.0": "0.12.0" } \ No newline at end of file