Skip to content

Commit 872972d

Browse files
committed
update 2.2.0 #76
1 parent 6f104d2 commit 872972d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Version | Date | Changelog|
55
| ------- | -------- | ------ |
6+
|2.2.0 | 29.06.2018 | — ***[Fixes [#76](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/76)]*** (That was library issue. Sass.js is downgraded to `v0.10.8`)|
67
|2.1.0| 28.06.2018 | — ***[Fixes [#73](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/73)]*** Change detection of Partial Sass was missing in `v2.0.0` |
78
|2.0.0|27.06.2018| &mdash; Fixes [#6](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/6) [#62](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/62) <br>&mdash; Include Path Fixes <br>&mdash; Grid Autoprefix <br>&mdash; Autoprefix is now on by default|
89
|1.3.0|19.02.2018| &mdash; ***[NEW [#41](https://github.com/ritwickdey/vscode-live-sass-compiler/pull/41)]*** <br> - added ability to suppress the output window<br> - Statusbar button Color change based on `Success` and `error`.<br><br>_[Thanks a lot to [Brandon Baker](https://github.com/bmwigglestein) for sumitting the PR ]_|

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This extension has dependency on _[Live Server](https://marketplace.visualstudio
4242

4343
## What's new ?
4444

45-
* #### Version 2.1.0 (27.06.2018)
46-
* ***[Fixes [#73](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/73)]*** Change detection of Partial Sass was missing in `v2.0.0`
45+
* #### Version 2.2.0 (29.06.2018)
46+
* ***[Fixes [#76](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/76)]*** (That was library issue. Sass.js is downgraded to `v0.10.8`)
4747

4848
## Changelog
4949
To check full changelog click here [changelog](CHANGELOG.md).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "live-sass",
33
"displayName": "Live Sass Compiler",
44
"description": "Compile Sass or Scss to CSS at realtime with live browser reload.",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"publisher": "ritwickdey",
77
"author": {
88
"name": "Ritwick Dey",
@@ -188,6 +188,6 @@
188188
},
189189
"announcement": {
190190
"onVersion": "2.1.0",
191-
"message": "SassCompiler@2.1.0: Fixes Partial Sass Issue"
191+
"message": "SassCompiler@2.2.0: Fixes mixin issue"
192192
}
193193
}

0 commit comments

Comments
 (0)