Skip to content

Commit 60fe55e

Browse files
committed
Bump to v0.5.0.
1 parent 100d38a commit 60fe55e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 0.5.0
6+
57
- Fixes the async chain.
68
- Embed every gist into a iFrame so it will prevent DOM injection.
79

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-gist",
33
"name": "Gist",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"minAppVersion": "0.9.12",
66
"description": "This is a plugin to display the GitHub Gist.",
77
"author": "Jun Lin",

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.4.0": "0.9.12"
2+
"0.5.0": "0.9.12"
33
}

0 commit comments

Comments
 (0)