Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 9, 2010
1 parent 3f9ad29 commit c351144
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
testing
testing
build
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/

exports.version = '0.0.2';
exports.version = '0.0.3';

/**
* Cairo version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.0.2"
, "version": "0.0.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {
Expand Down

0 comments on commit c351144

Please sign in to comment.