diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 8fa7ea7a38a6dbc14ceb4d59b8b51416fe4a0d9e..e08d0ddae6a35baa151a5e2365efb3d021938cdc 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,18 +1,5 @@ # Changelog -## 0.8.7 - -- Support `insiders` versions of `tailwindcss` (#571) -- Deduplicate classlist candidates (#572) -- Don't watch `package.json` files (#573) -- Support `require.extensions` mutations (#583) -- Support `node:` module prefix (#585) -- Replace `multi-regexp2` with `becke-ch--regex--s0-0-v1--base--pl--lib` (#590) -- Support Surface templates (#597) -- Ignore commented out code (#599) -- Use patched version of `enhanced-resolve` (#600) -- Guard against optional client capabilities (#602) - ## 0.8.6 - Improve `theme` helper detection diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index 5f5b6217e25c8f082159e3719fdf6df3fee71403..6d89dd813e047ebbca940b9a3a3680a33a33b44a 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -5,7 +5,9 @@ "description": "Intelligent Tailwind CSS tooling for VS Code", "preview": true, "author": "Brad Cornes ", "license": "MIT", +{ "version": "0.8.7", + "description": "Intelligent Tailwind CSS tooling for VS Code", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",