From d7acbbe91a923be3e9b4dcce4bec1f30edb68ab5 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 26 Feb 2021 15:43:18 +0100 Subject: [PATCH] 1.13.0 --- package-lock.json | 2 +- package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac3e3de3..8caadb53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter", - "version": "1.12.1", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 523ff7d8..4f2ffcbc 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": "1.12.1", + "version": "1.13.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -247,6 +247,5 @@ "webpack": "4.44.2", "webpack-cli": "3.3.12", "downshift": "6.0.6" - }, - "dependencies": {} + } }