Browse Source

Release 1.0.1

v1.x 1.0.1
TJ Holowaychuk 12 years ago
parent
commit
df7a3ad1db
  1. 6
      History.md
  2. 2
      package.json

6
History.md

@ -1,4 +1,10 @@
1.0.1 / 2013-02-25
==================
* travis: test modern node versions
* change the node-gyp build to use pkg-config
1.0.0 / 2013-01-16 1.0.0 / 2013-01-16
================== ==================

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

Loading…
Cancel
Save