Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
* Add support for creating a gist when in Obsidian's "Reading" or
  "Live Preview" modes
  • Loading branch information
timrogers committed Dec 7, 2022
1 parent 78d5fc1 commit 3a24831
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.0 (December 7, 2022)

* Add support for creating a gist when in Obsidian's "Reading" or "Live Preview" modes

# v1.1.0 (July 21, 2022)

* Add new "Enable updating gists after creation" option, allowing users to control if gists can be updated after creation. This defaults to "on", but if it is turned off, the plugin adds no front matter to your notes! ✨
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.1.0",
"version": "1.2.0",
"minAppVersion": "0.9.7",
"description": "Shares an Obsidian note as a GitHub.com gist",
"author": "Tim Rogers",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "1.2.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 @@ -2,5 +2,6 @@
"1.0.0": "0.9.7",
"1.0.1": "0.9.7",
"1.0.2": "0.9.7",
"1.1.0": "0.9.7"
"1.1.0": "0.9.7",
"1.2.0": "0.9.7"
}

0 comments on commit 3a24831

Please sign in to comment.