From 14b100ea20ba747d22125d852a217f6ffe63b2a7 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 20 Sep 2021 12:29:40 +0200 Subject: [PATCH] 4.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 4c1f4c80..c60be11d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter-beta", - "version": "3.2.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a93c99a8..01d82e26 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": "3.2.0", + "version": "4.0.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -634,4 +634,4 @@ "dependencies": { "@docsearch/js": "^3.0.0-alpha.40" } -} \ No newline at end of file +}