Compare commits

...

3 Commits

Author SHA1 Message Date
Elio Struyf 6395e471f0 2.5.1 2021-08-23 08:51:09 +02:00
Elio Struyf 59f0351b79 Fix typo 2021-08-23 08:50:59 +02:00
Elio Struyf 1b16fa69d0 Update docs 2021-08-21 10:23:54 +02:00
4 changed files with 11 additions and 3 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
+4
View File
@@ -24,6 +24,10 @@ This VSCode extension simplifies working with your markdown articles' front matt
The extension will automatically verify if your title and description are SEO compliant. If this would not be the case, it will give you a warning.
<p align="center">
<img src="./assets/v2.5.0/site-preview.png" alt="Site preview" style="display: inline-block" />
</p>
> If you see something missing in your article creation flow, please feel free to reach out.
**Version 2**
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vscode-front-matter",
"version": "2.5.0",
"version": "2.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+2 -2
View File
@@ -3,7 +3,7 @@
"displayName": "Front Matter",
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
"icon": "assets/frontmatter-128x128.png",
"version": "2.5.0",
"version": "2.5.1",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {
@@ -329,7 +329,7 @@
"when": "!frontMatterCanInit"
},
{
"command": "frontMatter.openPreview",
"command": "frontMatter.preview",
"when": "frontMatterCanOpenPreview"
},
{