This commit is contained in:
Elio Struyf
2021-08-23 08:50:59 +02:00
parent 1b16fa69d0
commit 59f0351b79
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## [2.5.1] - 2020-08-23
- Fix typo in the `package.json` file for the preview command
## [2.5.0] - 2020-08-19
- Moved the center layout button to the other actions section
+1 -1
View File
@@ -329,7 +329,7 @@
"when": "!frontMatterCanInit"
},
{
"command": "frontMatter.openPreview",
"command": "frontMatter.preview",
"when": "frontMatterCanOpenPreview"
},
{