From 5374edfa014dff385ee361c3b992c68a6f13e61e Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 5 Oct 2021 08:11:35 +0200 Subject: [PATCH] 5.0.0 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0496127f..d923a1fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter-beta", - "version": "4.0.1", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e49df3e0..e1ba1e95 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/frontmatter-teal-128x128.png", - "version": "4.0.1", + "version": "5.0.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -536,7 +536,7 @@ "command": "frontMatter.dashboard", "title": "Open dashboard", "category": "Front matter", - "icon": "$(preview)" + "icon": "$(preview)" }, { "command": "frontMatter.preview",