Skip to content

Commit 8467e47

Browse files
committed
chore(build): bumping to version 0.10.1
1 parent 109836d commit 8467e47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.10.1 (December 19th 2016) ##
4+
5+
* upgrading to [libsass 3.4.1](https://github.com/sass/libsass/releases/tag/3.4.1)
6+
37
## 0.10.0 (December 11th 2016) ##
48

59
* Deprecating the synchronous `Sass.lazyFiles()` - as this can be achieved asynchronously with an Importer Callback

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.0",
3+
"version": "0.10.1",
44
"libsass": "3.4.1",
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)