Skip to content

Commit 65d10d9

Browse files
committed
Rebuild the package #77
1 parent 872972d commit 65d10d9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.1 | 29.06.2018 | — ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package |
67
|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`)|
78
|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` |
89
|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|

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.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`)
45+
* #### Version 2.2.1 (30.06.2018)
46+
* ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package.
4747

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

package.json

Lines changed: 3 additions & 3 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.2.0",
5+
"version": "2.2.1",
66
"publisher": "ritwickdey",
77
"author": {
88
"name": "Ritwick Dey",
@@ -187,7 +187,7 @@
187187
"@types/mocha": "^2.2.32"
188188
},
189189
"announcement": {
190-
"onVersion": "2.1.0",
191-
"message": "SassCompiler@2.2.0: Fixes mixin issue"
190+
"onVersion": "2.1.1",
191+
"message": "SassCompiler@2.2.1: Fixes mixin issue"
192192
}
193193
}

0 commit comments

Comments
 (0)