Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 7, 2011
1 parent 9ddce75 commit 5b496d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.4.0 / 2011-02-07
==================

* Added css-style syntax support
* Fixed support for `*` selector within __@media__ blocks

0.3.1 / 2011-02-04
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/stylus.js
Expand Up @@ -23,7 +23,7 @@ exports = module.exports = render;
* Library version.
*/

exports.version = '0.3.1';
exports.version = '0.4.0';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive language which compiles to CSS"
, "version": "0.3.1"
, "version": "0.4.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
, "main": "./index.js"
Expand Down

0 comments on commit 5b496d7

Please sign in to comment.