We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109836d commit 8467e47Copy full SHA for 8467e47
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Sass.js Changelog
2
3
+## 0.10.1 (December 19th 2016) ##
4
+
5
+* upgrading to [libsass 3.4.1](https://github.com/sass/libsass/releases/tag/3.4.1)
6
7
## 0.10.0 (December 11th 2016) ##
8
9
* Deprecating the synchronous `Sass.lazyFiles()` - as this can be achieved asynchronously with an Importer Callback
package.json
@@ -1,6 +1,6 @@
{
"name": "sass.js",
- "version": "0.10.0",
+ "version": "0.10.1",
"libsass": "3.4.1",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
0 commit comments