Skip to content

Commit 89cd5ce

Browse files
committed
chore(build): bumping to version 0.10.0
1 parent 647a651 commit 89cd5ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sass.js Changelog
22

3-
## master ##
3+
## 0.10.0 (December 11th 2016) ##
44

55
* Deprecating the synchronous `Sass.lazyFiles()` - as this can be achieved asynchronously with an Importer Callback
66
* upgrading to [libsass 3.4.0](https://github.com/sass/libsass/releases/tag/3.4.0)

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.9.13",
3+
"version": "0.10.0",
44
"libsass": "3.4.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)