From c351144454426c461c0e307894d395316076f65c Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 9 Nov 2010 05:19:43 -0800 Subject: [PATCH] Release 0.0.3 --- .npmignore | 3 ++- History.md | 7 +++++++ lib/canvas.js | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 9a2c773..a8057c8 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ -testing \ No newline at end of file +testing +build diff --git a/History.md b/History.md index e133418..ce7c117 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.0.3 / 2010-11-09 +================== + + * Added async `toDataURL()` support + * Added async `toBuffer()` support + * Removed buffer utils + 0.0.2 / 2010-11-08 ================== diff --git a/lib/canvas.js b/lib/canvas.js index 90c74e5..039a218 100644 --- a/lib/canvas.js +++ b/lib/canvas.js @@ -26,7 +26,7 @@ var Canvas = exports = module.exports = Canvas; * Library version. */ -exports.version = '0.0.2'; +exports.version = '0.0.3'; /** * Cairo version. diff --git a/package.json b/package.json index 28a4eeb..0af7217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "0.0.2" + , "version": "0.0.3" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics"] , "scripts": {