master
Brad Cornes 2021-06-14 16:11:37 +01:00
parent c01fed9c9f
commit 8aa60b122d
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.6.9
- Use VS Code's built-in file watcher
## 0.6.8 ## 0.6.8
- Add [Astro](https://astro.build/) languages (`astro` and `astro-markdown`) - Add [Astro](https://astro.build/) languages (`astro` and `astro-markdown`)

View File

@ -1,11 +1,11 @@
{ {
"name": "vscode-tailwindcss", "name": "vscode-tailwindcss",
"version": "0.6.8", "version": "0.6.9",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.6.8", "version": "0.6.9",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@ctrl/tinycolor": "3.1.4", "@ctrl/tinycolor": "3.1.4",

View File

@ -5,7 +5,7 @@
"preview": true, "preview": true,
"author": "Brad Cornes <hello@bradley.dev>", "author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT", "license": "MIT",
"version": "0.6.8", "version": "0.6.9",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": { "bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues", "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",