@ -1,4 +1,9 @@
0.9.0 / 2012-01-13
==================
* Added `createJPEGStream()` [Elijah Hamovitz]
0.8.3 / 2012-01-04
@ -29,7 +29,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.8.3';
exports.version = '0.9.0';
/**
* Cairo version.
@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.8.3"
, "version": "0.9.0"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"]
, "homepage": "https://github.com/learnboost/node-canvas"