Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 31, 2011
1 parent f65f60a commit a3f65a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@


0.8.1 / 2011-10-31
==================

* Added 0.5.x support [TooTallNate]
* Fixed `measureText().width`. Closes #126

0.8.0 / 2011-10-28 0.8.0 / 2011-10-28
================== ==================


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


exports.version = '0.8.0'; exports.version = '0.8.1';


/** /**
* Cairo version. * Cairo version.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name": "canvas" { "name": "canvas"
, "description": "Canvas graphics API backed by Cairo" , "description": "Canvas graphics API backed by Cairo"
, "version": "0.8.0" , "version": "0.8.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>" , "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"]
, "repository": "git://github.com/learnboost/node-canvas" , "repository": "git://github.com/learnboost/node-canvas"
Expand All @@ -12,6 +12,6 @@
, "expresso": "0.7.6" , "expresso": "0.7.6"
, "jade": "0.11.0" , "jade": "0.11.0"
} }
, "engines": { "node": ">= 0.4.0 && < 0.6.0" } , "engines": { "node": ">= 0.4.0 && < 0.7.0" }
, "main": "./lib/canvas.js" , "main": "./lib/canvas.js"
} }

0 comments on commit a3f65a3

Please sign in to comment.