diff --git a/History.md b/History.md index 90cdec9..b60f6dd 100644 --- a/History.md +++ b/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 ================== diff --git a/package.json b/package.json index a05d808..71e4388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas" , "description": "Canvas graphics API backed by Cairo" - , "version": "1.0.0" + , "version": "1.0.1" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"] , "homepage": "https://github.com/learnboost/node-canvas"