Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 13, 2014
1 parent e21460c commit 7960f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.6.0
- adds support for prefixed-css
- fix issues with errors being absorbed before callbacks

#### 0.5.0
- **BREAKING CHANGE**: prefixes are not prepended with a hyphen (`-`) anymore (`prefix-sprite` will become `prefixsprite`)
- adds support for scss syntax
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.5.0",
"version": "0.6.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 7960f9c

Please sign in to comment.