Skip to content

Commit f91eed9

Browse files
committed
chore(build): bumping to version 0.10.6
1 parent 5c4045a commit f91eed9

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.6 (July 28th 2017) ##
4+
5+
* fixing `sass.node.js` to work on windows - ([Issue #86](https://github.com/medialize/sass.js/issues/86))
6+
37
## 0.10.5 (June 25th 2017) ##
48

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

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.5",
3+
"version": "0.10.6",
44
"libsass": "3.4.5",
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)