Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
* Don't delete existing front matter when sharing a gist with the "Include front matter in gists" option disabled
  • Loading branch information
timrogers committed Sep 29, 2023
1 parent 504a2dc commit fc5ff35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fc5ff35

Please sign in to comment.