diff --git a/CHANGELOG.md b/CHANGELOG.md index da2d6a2..c387001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Sass.js Changelog +## 0.10.7 (November 14th 2017) ## + +* upgrading to [libsass 3.4.7](https://github.com/sass/libsass/releases/tag/3.4.7) + ## 0.10.6 (July 28th 2017) ## * fixing `sass.node.js` to work on windows - ([Issue #86](https://github.com/medialize/sass.js/issues/86)) diff --git a/README.md b/README.md index 894ddff..68912eb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Sass parser in JavaScript. Have a look at the [Interactive Playground](http://sass.js.org/) to play around with compiling SCSS to CSS in your browser. -This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5)). If you're looking to run Sass in node, you're probably looking for [node-sass](https://github.com/sass/node-sass). Sass.js and node-sass should generate the same results. +This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.4.7](https://github.com/sass/libsass/releases/tag/3.4.7)). If you're looking to run Sass in node, you're probably looking for [node-sass](https://github.com/sass/node-sass). Sass.js and node-sass should generate the same results. A fair warning: minified the worker weighs 3.2MB, gzipped it's still 670KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead. diff --git a/package.json b/package.json index 50dbc5a..f7a5e61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass.js", - "version": "0.10.6", + "version": "0.10.7", "libsass": "3.4.7", "title": "Sass.js - API for emscripted libsass", "description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",