diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b5b06..3394eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index 043f677..d6c2d5a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index e2a34b9..61035a4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 26ee992..f0662b9 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file