Skip to content

Commit

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

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

* Added jpeg `Image` support (when libjpeg is available)
* Added _hsl_ / _hsla_ color support. [Tom Carden]

0.1.0 / 2010-11-17
==================

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.1.0';
exports.version = '0.2.0';

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

0 comments on commit e2cd418

Please sign in to comment.