From 1cf375501348eec6ef53df67d3ef62bcdbd4b567 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Thu, 6 May 2021 23:08:18 +0100 Subject: [PATCH] v0.6.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cd24ea..9f4d276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-tailwindcss", - "version": "0.5.9", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-tailwindcss", - "version": "0.5.9", + "version": "0.6.0", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "3.1.4", diff --git a/package.json b/package.json index 8c6241e..975ea2e 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.5.9", + "version": "0.6.0", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",