diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b82b979856b95e03f8119faa155d66ff349f3e..b4e67fb3edf60908e1835138a9ff44da5184c477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Changelog -## 0.1.16 - -- add support for [EEx templates](https://hexdocs.pm/phoenix/templates.html), via [vscode-elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir) – thanks [@dhc02](https://github.com/dhc02) - ## 0.1.15 - add support for [leaf](https://github.com/vapor/leaf) files (#16) diff --git a/package-lock.json b/package-lock.json index 4b740f959dfae6a51f26633f9123140ffc03a878..2d658b08d9e24dd52ab1ea573d6905ac4566ba3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.1.16", + "version": "0.1.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14d6cddc2363df9ffa500292c89d012e29cffe42..83a35888f679ecab52072912cb550d16701308f2 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ { "name": "vscode-tailwindcss", "displayName": "Tailwind CSS IntelliSense", "description": "Tailwind CSS class name completion", + "publisher": "bradlc", "version": "0.1.16", "publisher": "bradlc", "engines": {