From f976d81e287474ee00d46b5f4ab50052ec9772f7 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 14 Sep 2011 09:51:25 -0700 Subject: [PATCH] Release 0.7.3 --- History.md | 5 +++++ lib/canvas.js | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 1a71326b8..57c2cabc4 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.7.3 / 2011-09-14 +================== + + * Added better lineTo() / moveTo() exception messages + 0.7.2 / 2011-08-30 ================== diff --git a/lib/canvas.js b/lib/canvas.js index 53ec8dd9c..d2b632c04 100644 --- a/lib/canvas.js +++ b/lib/canvas.js @@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas; * Library version. */ -exports.version = '0.7.2'; +exports.version = '0.7.3'; /** * Cairo version. diff --git a/package.json b/package.json index c38c23d45..83b384aa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "0.7.2" + , "version": "0.7.3" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] , "repository": "git://github.com/learnboost/node-canvas"