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 00e236b commit 4ca6ca1Copy full SHA for 4ca6ca1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Sass.js Changelog
2
3
+## 0.10.10 (July 7th 2018) ##
4
+
5
+* upgrading to [libsass 3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)
6
+* upgrading to [emscripten 1.37.35](https://github.com/kripken/emscripten/releases/tag/1.37.35)
7
8
## 0.10.9 (February 6th 2018) ##
9
10
* upgrading to [libsass 3.4.9](https://github.com/sass/libsass/releases/tag/3.4.9)
package.json
@@ -1,6 +1,6 @@
{
"name": "sass.js",
- "version": "0.10.9",
+ "version": "0.10.10",
"libsass": "3.5.4",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
0 commit comments