@ -1,4 +1,12 @@
0.0.8 / 2010-11-12
==================
* Added `CanvasRenderingContext2d#drawImage()`
* Fixed `free()` call missing stdlib
* Fixed Image#{width,height} initialization to 0
* Fixed; load image on non-LOADING state
0.0.7 / 2010-11-12
@ -27,7 +27,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.0.7';
exports.version = '0.0.8';
/**
* Cairo version.
@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.0.7"
, "version": "0.0.8"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {