Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
* Allow optionally setting the description when creating a gist
  • Loading branch information
timrogers committed May 16, 2024
1 parent b8c60fa commit 2997253
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.5.0 (May 16, 2024)

* Allow optionally setting the description when creating a gist

# v1.4.0 (January 1, 2024)

* Add new "Copy GitHub.com gist URL" command for copying the gist URL of the current note to the clipboard
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.4.0",
"version": "1.5.0",
"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.4.0",
"version": "1.5.0",
"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 @@ -7,5 +7,6 @@
"1.2.1": "0.9.7",
"1.3.0": "0.9.7",
"1.3.1": "0.9.7",
"1.4.0": "0.9.7"
"1.4.0": "0.9.7",
"1.5.0": "0.9.7"
}

0 comments on commit 2997253

Please sign in to comment.