Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 5, 2015
1 parent 9ceba8a commit a9d32aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note:
node-sprite-generator has two dependencies of which one is required. node-sprite-generator will try to figure out which one is installed and use it.

- __Cairo__ needs to be installed when using the `'canvas'` compositor because [node-canvas](https://github.com/LearnBoost/node-canvas) depends on it. For more information how to do this on your system go to the [node-canvas page](https://github.com/LearnBoost/node-canvas/wiki/_pages).
- ImageMagick/GraphicsMagick needs to be installed when using the `'gm'` compositor
- __ImageMagick/GraphicsMagick__ needs to be installed when using the `'gm'` compositor

## Usage

Expand Down Expand Up @@ -212,6 +212,12 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.9.0
- adds support for box-packing layout (`packed`)
- adds support for node 0.12 and iojs
- removes support for node 0.8 (though it might still work)
- fix error in documentation regarding using a custom stylesheet template

#### 0.8.1
- fix less variables being strings instead of numbers

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": "node-sprite-generator",
"version": "0.8.1",
"version": "0.9.0",
"description": "Generates image sprites and their spritesheets (css, stylus, sass, scss or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.",
"main": "lib/nsg.js",
"dependencies": {
Expand Down

0 comments on commit a9d32aa

Please sign in to comment.