From 0ef0fbc3f99bc484d5a07bb2bcd3271e2a79a942 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 27 Aug 2021 12:32:09 +0200 Subject: [PATCH] 3.0.0 --- package-lock.json | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 976ffd1e..329358a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter", - "version": "2.5.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e774eb07..8f6bd670 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-128x128.png", - "version": "2.5.1", + "version": "3.0.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -111,7 +111,10 @@ "markdownDescription": "Specify the path to a Node.js script to execute. The current file path will be provided as an argument." }, "frontMatter.dashboard.openOnStart": { - "type": ["boolean", "null"], + "type": [ + "boolean", + "null" + ], "default": null, "description": "Specify if you want to open the dashboard when you start VS Code." },