Skip to content

Commit 4bc798d

Browse files
committed
1.5.0
1 parent 799241e commit 4bc798d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "drawio-obsidian",
33
"name": "Diagrams",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"minAppVersion": "0.9.12",
66
"description": "Draw.io diagrams for Obsidian. This plugin introduces diagrams that can be included within notes or as stand-alone files. Diagrams are created as SVG files (although .drawio extensions are also supported).",
77
"author": "Sam Greenhalgh",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drawio-obsidian",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "This is a draw.io plugin for Obsidian (https://obsidian.md)",
55
"scripts": {
66
"automation": "mocha --exit --config ./test/automation/.mocharc.json",

versions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"1.4.0": "0.9.14",
3-
"1.3.0": "0.9.14",
4-
"1.2.0": "0.9.14",
5-
"1.1.0": "0.9.14"
6-
}
1+
{}

0 commit comments

Comments
 (0)