Skip to content

Commit 7ae6049

Browse files
committed
chore(build): bumping to version 0.11.0
1 parent b8dec38 commit 7ae6049

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 0.11.0 (May 19th 2019) ##
4+
5+
* fixing path resolver in node - [Issue #122](https://github.com/medialize/sass.js/pull/122)
6+
* upgrading to [libsass 3.6.0](https://github.com/sass/libsass/releases/tag/3.6.0)
7+
* upgrading to [emscripten 1.38.31](https://github.com/kripken/emscripten/releases/tag/1.38.31)
8+
39
## 0.10.13 (November 19th 2018) ##
410

511
* fixing `sass.configure.paths.js` to restore ES5 compatibility - [Issue #109](https://github.com/medialize/sass.js/pull/109)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
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.
44

5-
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.5.5](https://github.com/sass/libsass/releases/tag/3.5.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.
5+
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.6.0](https://github.com/sass/libsass/releases/tag/3.6.0)). 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.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.
7+
A fair warning: minified the worker weighs 4.3MB, gzipped it's still 821KB. 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.13",
3+
"version": "0.11.0",
44
"libsass": "3.6.0",
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)