diff --git a/History.md b/History.md index a95a264..ea15eae 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.5.3 / 2011-04-11 +================== + + * Clamp image bounds in `PixelArray::PixelArray()` [Marcello Bastea-Forte] + 0.5.2 / 2011-04-09 ================== diff --git a/lib/canvas.js b/lib/canvas.js index 138be7f..bed4180 100644 --- a/lib/canvas.js +++ b/lib/canvas.js @@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas; * Library version. */ -exports.version = '0.5.2'; +exports.version = '0.5.3'; /** * Cairo version. diff --git a/package.json b/package.json index 2a3dbdb..950de01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "0.5.2" + , "version": "0.5.3" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] , "repository": "git://github.com/learnboost/node-canvas"