Skip to content

Commit f4b79a1

Browse files
committed
chore(build): bumping to version 0.10.11
1 parent 38f0707 commit f4b79a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Sass.js Changelog
22

3+
## 0.10.11 (September 22nd 2018) ##
4+
5+
* upgrading to [emscripten 1.38.12](https://github.com/kripken/emscripten/releases/tag/1.38.12) - ([Issue #85](https://github.com/medialize/sass.js/issues/85))
6+
* fixing IE11 compatibility by adding `-s LEGACY_VM_SUPPORT=1` - ([Issue #96](https://github.com/medialize/sass.js/issues/96))
7+
38
## 0.10.10 (July 7th 2018) ##
49

510
* upgrading to [libsass 3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sass parser in JavaScript. Have a look at the [Interactive Playground](http://sa
44

55
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)). 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.
66

7-
A fair warning: minified the worker weighs 3.8MB, gzipped it's still 790KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead.
7+
A fair warning: minified the worker weighs 3.5MB, gzipped it's still 750KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead.
88

99
You may also be interested in giving [Dart Sass](https://github.com/sass/dart-sass) a shot.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass.js",
3-
"version": "0.10.10",
3+
"version": "0.10.11",
44
"libsass": "3.5.4",
55
"title": "Sass.js - API for emscripted libsass",
66
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",

0 commit comments

Comments
 (0)