Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Nov 15, 2015
1 parent 4a600bd commit 401dda3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -228,6 +228,10 @@ For more information of how to write your own modules/functions have a look at t

## Changelog

#### 0.10.0
- adds pure-javascript compositor jimp that has no native dependencies
- adds support for node 4.x and 5.x

#### 0.9.0
- adds support for box-packing layout (`packed`)
- adds support for node 0.12 and iojs
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-sprite-generator",
"version": "0.9.0",
"version": "0.10.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 401dda3

Please sign in to comment.