From c3b0d12a0fad6feb415f5fde82f9405a0c46ad4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Mon, 8 May 2023 20:48:09 +0200 Subject: [PATCH] Version 1.1.1. --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75a2bf0..7317591a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "Znuny" extension will be documented in this file. +## [1.1.1] + +Added missing glob node_module in package.json and vsix file. + ## [1.1.0] ### AddFolderToWorkspace diff --git a/package.json b/package.json index 3acd1c73..036f6a91 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "znuny", "displayName": "Znuny", "description": "Znuny is an extension that helps you to make Znuny development easier, faster and more error-free.", - "version": "1.1.0", + "version": "1.1.1", "publisher": "dennykorsukewitz", "icon": "doc/images/icon.png", "license": "SEE LICENSE IN LICENSE",