diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e67fb..a2b82b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 2d658b0..4b740f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.1.15", + "version": "0.1.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83a3588..14d6cdd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-tailwindcss", "displayName": "Tailwind CSS IntelliSense", "description": "Tailwind CSS class name completion", - "version": "0.1.15", + "version": "0.1.16", "publisher": "bradlc", "engines": { "vscode": "^1.20.0"