Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 31, 2012
1 parent ca5560e commit f61efb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.10.1 / 2012-01-31
==================

* Added _/opt/local/lib_ to wscript [obarthel]
* Added bounds checking to `rgba_to_string()` [obarthel]
* Fixed cleanup in JPEG Image loading [obarthel]
* Fixed missing CSS color table values [obarthel]

0.10.0 / 2012-01-18
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/canvas.js
Expand Up @@ -29,7 +29,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/

exports.version = '0.10.0';
exports.version = '0.10.1';

/**
* Cairo version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.10.0"
, "version": "0.10.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"]
, "homepage": "https://github.com/learnboost/node-canvas"
Expand Down

0 comments on commit f61efb3

Please sign in to comment.