From 486beaf650d5fd8dc3e87eb82edcfd76d269ce5f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 16 Aug 2021 12:30:17 +0200 Subject: [PATCH] 2.4.0 --- package-lock.json | 2 +- package.json | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2922d681..8d0636ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad285cb1..5b987d1e 100644 --- a/package.json +++ b/package.json @@ -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/front-matter.png", - "version": "2.3.0", + "version": "2.4.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -317,10 +317,12 @@ "when": "false" } ], - "view/title": [{ - "command": "frontMatter.collapseSections", - "group": "navigation" - }] + "view/title": [ + { + "command": "frontMatter.collapseSections", + "group": "navigation" + } + ] }, "grammars": [ {