Browse Source

Release 0.0.6

v1.x 0.0.6
Tj Holowaychuk 15 years ago
parent
commit
0b455616cd
  1. 6
      History.md
  2. 2
      lib/canvas.js
  3. 2
      package.json

6
History.md

@ -1,4 +1,10 @@
0.0.6 / 2010-11-12
==================
* Added `Image`
* Added conditional support for cairo 1.10.0 operators
0.0.5 / 2010-11-10
==================

2
lib/canvas.js

@ -27,7 +27,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.0.5';
exports.version = '0.0.6';
/**
* Cairo version.

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.0.5"
, "version": "0.0.6"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {

Loading…
Cancel
Save