From 8f10b183e41523ac3de8a7ca3d5b2845542f1329 Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Wed, 9 Oct 2024 09:40:45 +0200 Subject: [PATCH] 1.4.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ea037a7..f17eb11 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "dataview-serializer", "name": "Dataview Serializer", "description": "Serialize Dataview queries to Markdown, and keep the Markdown representation up to date.", - "version": "1.3.0", + "version": "1.4.0", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 53cfd2d..ec0da43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dataview-serializer", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dataview-serializer", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index 7539e91..945f062 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-dataview-serializer", "description": "Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index a990074..ddb7fc0 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.1.4": "0.15.0", "1.1.5": "0.15.0", "1.2.0": "0.15.0", - "1.3.0": "0.15.0" + "1.3.0": "0.15.0", + "1.4.0": "0.15.0" }