From 06f14e8ae889780948c5766157d37aa6e6760d21 Mon Sep 17 00:00:00 2001 From: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:22:56 +0200 Subject: [PATCH] release v0.8.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index afeca6e..04e6d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "windicss-intellisense", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7c07bde..43276e3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "WindiCSS IntelliSense", "description": "Intelligent WindiCSS tooling for VS Code", "publisher": "voorjaar", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "engines": { "vscode": "^1.54.0"