Browse Source

Release 1.0.2

v1.x 1.0.2
TJ Holowaychuk 12 years ago
parent
commit
9a05949c41
  1. 5
      History.md
  2. 2
      package.json

5
History.md

@ -1,4 +1,9 @@
1.0.2 / 2013-03-22
==================
* add Context2d#imageSmoothingEnabled=
1.0.1 / 2013-02-25
==================

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "1.0.1"
, "version": "1.0.2"
, "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