Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 19, 2010
1 parent 92e612b commit c227300
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.2.1 / 2010-11-19
==================

* Added image _resize_ example
* Fixed canvas resizing via `{width,height}=`. Closes #57
* Fixed `Canvas#getContext()`, caching the CanvasRenderingContext
* Fixed async image loading (test server still messed)

0.2.0 / 2010-11-18
==================

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

exports.version = '0.2.0';
exports.version = '0.2.1';

/**
* 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.2.0"
, "version": "0.2.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {
Expand Down

0 comments on commit c227300

Please sign in to comment.