diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ef97c..bb0c296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.4.2 (2017-05-22) +* [#46](https://github.com/formulahendry/vscode-auto-close-tag/issues/46): Enable Auto Close Tag on Liquid + ### 0.4.1 (2017-05-14) * Enable Auto Close Tag on more template engines diff --git a/package.json b/package.json index c818c1a..70ebcd2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "auto-close-tag", "displayName": "Auto Close Tag", "description": "Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text", - "version": "0.4.1", + "version": "0.4.2", "publisher": "formulahendry", "icon": "images/logo.png", "engines": { @@ -67,7 +67,8 @@ "plaintext", "markdown", "razor", - "vue" + "vue", + "liquid" ], "description": "Set the languages that the extension will be activated. e.g. [\"html\",\"xml\",\"php\"]. Use [\"*\"] to activate for all languages." },