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 5c4045a commit f91eed9Copy full SHA for f91eed9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Sass.js Changelog
2
3
+## 0.10.6 (July 28th 2017) ##
4
+
5
+* fixing `sass.node.js` to work on windows - ([Issue #86](https://github.com/medialize/sass.js/issues/86))
6
7
## 0.10.5 (June 25th 2017) ##
8
9
* upgrading to [libsass 3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5)
package.json
@@ -1,6 +1,6 @@
{
"name": "sass.js",
- "version": "0.10.5",
+ "version": "0.10.6",
"libsass": "3.4.5",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
0 commit comments