Skip to content

Commit

Permalink
chore(build): bumping to version 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Nov 14, 2017
1 parent 4fe9f1b commit ae544a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sass.js Changelog

## 0.10.7 (November 14th 2017) ##

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

## 0.10.6 (July 28th 2017) ##

* fixing `sass.node.js` to work on windows - ([Issue #86](https://github.com/medialize/sass.js/issues/86))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass.js",
"version": "0.10.6",
"version": "0.10.7",
"libsass": "3.4.7",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
Expand Down

0 comments on commit ae544a4

Please sign in to comment.