Skip to content

Commit e6281ce

Browse files
committed
chore(build): bumping to version 0.10.12
1 parent 7053c8e commit e6281ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.10.12 (November 14th 2018) ##
4+
5+
* fixing `sass.configure.paths.js` for angular compiler - [Issue #105](https://github.com/medialize/sass.js/pull/105) [Issue #100](https://github.com/medialize/sass.js/issues/100)
6+
* upgrading to [libsass 3.5.5](https://github.com/sass/libsass/releases/tag/3.5.5)
7+
* upgrading to [emscripten 1.38.18](https://github.com/kripken/emscripten/releases/tag/1.38.18)
8+
39
## 0.10.11 (September 22nd 2018) ##
410

511
* 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))

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.11",
3+
"version": "0.10.12",
44
"libsass": "3.5.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)