diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ebf3f..30b97fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ | Version | Date | Changelog| | ------- | -------- | ------ | +|3.0.0 | 11.07.2018 | — Upgrade `sass.js` library that included fixes for 8 digit Hex code & grid name. [Fixes [#39](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/39), [#40](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/40), [#78](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)] | |2.2.1 | 29.06.2018 | — ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package | |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`)| |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` | diff --git a/README.md b/README.md index 46c6e0c..0e3d799 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ This extension has dependency on _[Live Server](https://marketplace.visualstudio ## What's new ? -* #### Version 2.2.1 (30.06.2018) - * ***[Fixes [#77](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)]*** Rebuild the package. +* #### Version 3.0.0 (11.07.2018) + * Upgrade `sass.js` library that included fixes for 8 digit Hex code & grid name. [Fixes [#39](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/39), [#40](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/40), [#78](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/77)] ## Changelog To check full changelog click here [changelog](CHANGELOG.md). diff --git a/package.json b/package.json index 60e295d..d2190c1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "live-sass", "displayName": "Live Sass Compiler", "description": "Compile Sass or Scss to CSS at realtime with live browser reload.", - "version": "2.2.1", + "version": "3.0.0", "publisher": "ritwickdey", "author": { "name": "Ritwick Dey", @@ -187,7 +187,7 @@ "@types/mocha": "^2.2.32" }, "announcement": { - "onVersion": "2.1.1", - "message": "SassCompiler@2.2.1: Fixes mixin issue" + "onVersion": "3.0.0", + "message": "SassCompiler@3.0.0: Fixes 8 digit Hex, grid names and many more." } }