diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9a227d..8b112d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 5dedc9f9..b5f57c4f 100644 --- a/package.json +++ b/package.json @@ -329,7 +329,7 @@ "when": "!frontMatterCanInit" }, { - "command": "frontMatter.openPreview", + "command": "frontMatter.preview", "when": "frontMatterCanOpenPreview" }, {