From 17a311faa2533a21ced65257cea5099008b84790 Mon Sep 17 00:00:00 2001 From: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com> Date: Thu, 13 May 2021 11:36:11 +0200 Subject: [PATCH] release v0.13.1 --- 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 7391071..c412d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "windicss-intellisense", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fbd8a5f..9ba76d1 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.13.0", + "version": "0.13.1", "license": "MIT", "engines": { "vscode": "^1.56.0"