Browse Source

Release 0.8.2

v1.x 0.8.2
Tj Holowaychuk 13 years ago
parent
commit
a47e9524e5
  1. 6
      History.md
  2. 2
      lib/canvas.js
  3. 2
      package.json

6
History.md

@ -1,4 +1,10 @@
0.8.2 / 2011-12-14
==================
* Fixed two memory leaks in context2d [Tharit]
* Fixed `make test-server`
0.8.1 / 2011-10-31 0.8.1 / 2011-10-31
================== ==================

2
lib/canvas.js

@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version. * Library version.
*/ */
exports.version = '0.8.1'; exports.version = '0.8.2';
/** /**
* Cairo version. * Cairo version.

2
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.1" , "version": "0.8.2"
, "author": "TJ Holowaychuk <tj@learnboost.com>" , "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"] , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"]
, "homepage": "https://github.com/learnboost/node-canvas" , "homepage": "https://github.com/learnboost/node-canvas"

Loading…
Cancel
Save