From fc5ff354f9ce3260293958b0bd616aef9810acba Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 29 Sep 2023 11:10:31 +0100 Subject: [PATCH] 1.3.1 * Don't delete existing front matter when sharing a gist with the "Include front matter in gists" option disabled --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf551e..7a7217e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (September 29, 2023) + +* Don't delete existing front matter when sharing a gist with the "Include front matter in gists" option disabled + # v1.3.0 (September 28, 2023) * Add optional "Enable auto-saving Gists after edit" option, which updates your Gists on GitHub when you save changes (thanks @Jamalam360!) diff --git a/manifest.json b/manifest.json index 8f109b6..38a32f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-share-as-gist", "name": "Share as Gist", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.9.7", "description": "Shares an Obsidian note as a GitHub.com gist", "author": "Tim Rogers", diff --git a/package.json b/package.json index d136ee5..38e21da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-share-as-gist", - "version": "1.3.0", + "version": "1.3.1", "description": "Shares an Obsidian note as a GitHub.com gist", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7540eb5..925d848 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.1.0": "0.9.7", "1.2.0": "0.9.7", "1.2.1": "0.9.7", - "1.3.0": "0.9.7" + "1.3.0": "0.9.7", + "1.3.1": "0.9.7" } \ No newline at end of file