@ -1,4 +1,10 @@
0.12.0 / 2012-05-02
==================
* Added `textDrawingMode` context property [c-spencer]
* Added additional TextMetrics properties [c-spencer]
0.11.3 / 2012-04-25
@ -29,7 +29,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.11.3';
exports.version = '0.12.0';
/**
* Cairo version.
@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.11.3"
, "version": "0.12.0"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"]
, "homepage": "https://github.com/learnboost/node-canvas"