Skip to content

Commit

Permalink
chore(build): bumping to version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Oct 27, 2015
1 parent db4f377 commit bfade3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Sass.js Changelog

## 0.9.4 (October 27th 2015) ##

* upgrading to [libsass 3.3.1](https://github.com/sass/libsass/releases/tag/3.3.1)
* upgrading to [emscripten 1.35.4](https://github.com/kripken/emscripten/releases/tag/1.35.4)

## 0.9.3 (October 24th 2015) ##

* upgrading to [libsass 3.3.0](https://github.com/sass/libsass/releases/tag/3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass.js",
"version": "0.9.3",
"version": "0.9.4",
"main": [
"./dist/sass.js",
"./dist/sass.worker.js"
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.9.3",
"version": "0.9.4",
"libsass": "3.3.1",
"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 bfade3e

Please sign in to comment.