Browse Source

Release 1.0.4

v1.x 1.0.4
TJ Holowaychuk 12 years ago
parent
commit
94ad0cdd34
  1. 6
      History.md
  2. 2
      package.json

6
History.md

@ -1,4 +1,10 @@
1.0.4 / 2013-07-23
==================
* 0.11.4+ compatibility using NAN
* fix typo in context2d for imageSmoothingEnabled
1.0.3 / 2013-06-04
==================

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "1.0.3"
, "version": "1.0.4"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"]
, "homepage": "https://github.com/learnboost/node-canvas"

Loading…
Cancel
Save