From e71542f04d39cf09fe76098c0ed50792fec853c7 Mon Sep 17 00:00:00 2001 From: Mads Kristensen Date: Tue, 10 May 2016 10:37:11 -0700 Subject: [PATCH] v1.11 [release] --- CHANGELOG.md | 8 ++++++++ src/WebCompilerVsix/source.extension.vsixmanifest | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38fe05e..69044fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,15 @@ download in the These are the changes to each version that has been released on the official Visual Studio extension gallery. +## 1.11 + +**2016-05-10** + +- [x] Fix for Sass/LESS imports with comments +- [x] Fix for path containing spaces + ## 1.10 + **2016-01-19** - [x] Sass/LESS dependent file support diff --git a/src/WebCompilerVsix/source.extension.vsixmanifest b/src/WebCompilerVsix/source.extension.vsixmanifest index 13ffca90..ed08bcad 100644 --- a/src/WebCompilerVsix/source.extension.vsixmanifest +++ b/src/WebCompilerVsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Web Compiler The easiest and most powerful way to compile LESS, Scss, Stylus, JSX and CoffeeScript files directly within Visual Studio or through MSBuild. https://github.com/madskristensen/WebCompiler