Skip to content

Commit 4195797

Browse files
v0.17.2
1 parent fa405f5 commit 4195797

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.17.1"
7+
"version": "0.17.2"
88
}

packages/foam-vscode/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git"
99
},
1010
"homepage": "https://github.com/foambubble/foam",
11-
"version": "0.17.1",
11+
"version": "0.17.2",
1212
"license": "MIT",
1313
"publisher": "foam",
1414
"engines": {
@@ -41,7 +41,9 @@
4141
{
4242
"path": "./syntaxes/injection.json",
4343
"scopeName": "foam.wikilink.injection",
44-
"injectTo": ["text.html.markdown"]
44+
"injectTo": [
45+
"text.html.markdown"
46+
]
4547
}
4648
],
4749
"colors": [

0 commit comments

Comments
 (0)