From a9d32aaad2771cc0e9e7da34c68de4deb477c46f Mon Sep 17 00:00:00 2001 From: Stefan Lau Date: Fri, 5 Jun 2015 07:45:35 +0200 Subject: [PATCH] Bump version to 0.9.0 --- README.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e35e82..cc6aa6e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 51f916b..d4b8583 100644 --- a/package.json +++ b/package.json @@ -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": {